CB-10881: Logging to further investigations

This commit is contained in:
Omar Mefire 2016-03-25 08:57:09 -07:00
parent eccde6c0c0
commit 1b43bc99a1

View File

@ -60,6 +60,10 @@ public class CallbackContext {
finished = !pluginResult.getKeepCallback(); finished = !pluginResult.getKeepCallback();
} }
} }
// CB-10881: Investigating
Log.v(LOG_TAG, "Successfully sent a callback for ID: " + callbackId + "\nResult was: " + pluginResult.getMessage());
webView.sendPluginResult(pluginResult, callbackId); webView.sendPluginResult(pluginResult, callbackId);
} }