Loading core/java/android/view/ThreadedRenderer.java +8 −4 Original line number Diff line number Diff line Loading @@ -1068,12 +1068,16 @@ public final class ThreadedRenderer { mInitialized = true; mAppContext = context.getApplicationContext(); nSetDebuggingEnabled( (mAppContext.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0 || Build.IS_DEBUGGABLE); initSched(renderProxy); if (mAppContext != null) { final boolean appDebuggable = (mAppContext.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; nSetDebuggingEnabled(appDebuggable || Build.IS_DEBUGGABLE); initGraphicsStats(); } } private void initSched(long renderProxy) { try { Loading Loading
core/java/android/view/ThreadedRenderer.java +8 −4 Original line number Diff line number Diff line Loading @@ -1068,12 +1068,16 @@ public final class ThreadedRenderer { mInitialized = true; mAppContext = context.getApplicationContext(); nSetDebuggingEnabled( (mAppContext.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0 || Build.IS_DEBUGGABLE); initSched(renderProxy); if (mAppContext != null) { final boolean appDebuggable = (mAppContext.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; nSetDebuggingEnabled(appDebuggable || Build.IS_DEBUGGABLE); initGraphicsStats(); } } private void initSched(long renderProxy) { try { Loading