mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
CB-10881: Logging to further investigations
This commit is contained in:
parent
eccde6c0c0
commit
1b43bc99a1
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user