You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
stub some APIs for Flappy Bird, mostly webview related
This commit is contained in:
@@ -119,7 +119,7 @@ public final class Trace {
|
||||
* synchronized, and sEnabledTags is volatile (prevents word tearing).
|
||||
*/
|
||||
private static long cacheEnabledTags() {
|
||||
long tags = nativeGetEnabledTags();
|
||||
long tags = 0;
|
||||
sEnabledTags = tags;
|
||||
return tags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user