Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run-android stopped working #11684

Closed
nicolabortignon opened this issue Dec 30, 2016 · 7 comments
Closed

run-android stopped working #11684

nicolabortignon opened this issue Dec 30, 2016 · 7 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed. Resolution: Locked This issue was locked by the bot.

Comments

@nicolabortignon
Copy link

All of a sudden, my react native project stopped working in the android emulator.

every time I run

react-native run-android

i get the message 'Unfortunately, APPNAME has stopped.

My setup files are here.

The app is launched using
/Users/nicolabortignon/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am start -n com.selfy/.MainActivity)...

I'm not sure what did happen before the last time it was working just fine. On the iOS simulator the app runs as usual.

Just to get me started with the debug, what's the usual procedure to debug, when the app doesn't even start on the device? Is there a way to save the error stuck somewhere?

Thanks
Nicola

@DanielMSchmidt
Copy link
Contributor

@facebook-github-bot stack-overflow

@nicolabortignon
Copy link
Author

@nicolabortignon
Copy link
Author

Here the output of logcat
01-04 10:27:34.401 2520 2520 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 01-04 10:27:34.402 2520 2520 D AndroidRuntime: CheckJNI is ON 01-04 10:27:34.403 2520 2520 E cutils-trace: Error opening trace file: Permission denied (13) 01-04 10:27:34.423 2520 2520 W art : Unexpected CPU variant for X86 using defaults: x86_64 01-04 10:27:34.427 2520 2520 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat 01-04 10:27:34.440 2520 2520 E memtrack: Couldn't load memtrack module (No such file or directory) 01-04 10:27:34.440 2520 2520 E android.os.Debug: failed to load memtrack module: -2 01-04 10:27:34.441 2520 2520 I Radio-JNI: register_android_hardware_Radio DONE 01-04 10:27:34.448 2520 2520 D AndroidRuntime: Calling main entry com.android.commands.am.Am 01-04 10:27:34.456 2520 2520 D AndroidRuntime: Shutting down VM 01-04 10:27:34.676 2530 2530 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 01-04 10:27:34.678 2530 2530 D AndroidRuntime: CheckJNI is ON 01-04 10:27:34.678 2530 2530 E cutils-trace: Error opening trace file: Permission denied (13) 01-04 10:27:34.701 2530 2530 W art : Unexpected CPU variant for X86 using defaults: x86_64 01-04 10:27:34.706 2530 2530 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat 01-04 10:27:34.720 2530 2530 E memtrack: Couldn't load memtrack module (No such file or directory) 01-04 10:27:34.720 2530 2530 E android.os.Debug: failed to load memtrack module: -2 01-04 10:27:34.721 2530 2530 I Radio-JNI: register_android_hardware_Radio DONE 01-04 10:27:34.727 2530 2530 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm 01-04 10:27:34.742 2530 2530 I art : System.exit called, status: 0 01-04 10:27:34.742 2530 2530 I AndroidRuntime: VM exiting with result code 0. 01-04 10:27:34.989 2541 2541 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 01-04 10:27:34.990 2541 2541 D AndroidRuntime: CheckJNI is ON 01-04 10:27:34.990 2541 2541 E cutils-trace: Error opening trace file: Permission denied (13) 01-04 10:27:35.012 2541 2541 W art : Unexpected CPU variant for X86 using defaults: x86_64 01-04 10:27:35.015 2541 2541 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat 01-04 10:27:35.028 2541 2541 E memtrack: Couldn't load memtrack module (No such file or directory) 01-04 10:27:35.028 2541 2541 E android.os.Debug: failed to load memtrack module: -2 01-04 10:27:35.028 2541 2541 I Radio-JNI: register_android_hardware_Radio DONE 01-04 10:27:35.034 2541 2541 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm 01-04 10:27:35.043 1234 1234 I : free_cache(9402219) avail 469483520 01-04 10:27:36.164 2541 2541 I art : System.exit called, status: 0 01-04 10:27:36.164 2541 2541 I AndroidRuntime: VM exiting with result code 0. 01-04 10:27:36.376 2553 2553 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 01-04 10:27:36.378 2553 2553 D AndroidRuntime: CheckJNI is ON 01-04 10:27:36.378 2553 2553 E cutils-trace: Error opening trace file: Permission denied (13) 01-04 10:27:36.401 2553 2553 W art : Unexpected CPU variant for X86 using defaults: x86_64 01-04 10:27:36.406 2553 2553 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat 01-04 10:27:36.420 2553 2553 E memtrack: Couldn't load memtrack module (No such file or directory) 01-04 10:27:36.420 2553 2553 E android.os.Debug: failed to load memtrack module: -2 01-04 10:27:36.420 2553 2553 I Radio-JNI: register_android_hardware_Radio DONE 01-04 10:27:36.431 2553 2553 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm 01-04 10:27:36.723 1480 1492 W art : Long monitor contention with owner PackageInstaller (1507) at int android.content.res.AssetManager.getStringBlockCount!()(AssetManager.java:-2) waiters=0 in android.content.pm.PackageInstaller$SessionInfo com.android.server.pm.PackageInstallerSession.generateInfo() for 282ms 01-04 10:27:36.752 1480 1506 I PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl1425441869.tmp/base.apk pkg=com.selfy isa=x86 vmSafeMode=false debuggable=true target-filter=interpret-only oatDir = /data/app/vmdl1425441869.tmp/oat sharedLibraries=null 01-04 10:27:36.764 2564 2564 W dex2oat : Unexpected CPU variant for X86 using defaults: x86 01-04 10:27:36.765 2564 2564 W dex2oat : Mismatch between dex2oat instruction set features (ISA: X86 Feature string: smp,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,-lock_add,-popcnt) and those of dex2oat executable (ISA: X86 Feature string: smp,ssse3,sse4.1,sse4.2,-avx,-avx2,-lock_add,popcnt) for the command line: 01-04 10:27:36.765 2564 2564 W dex2oat : /system/bin/dex2oat --zip-fd=6 --zip-location=base.apk --oat-fd=7 --oat-location=/data/app/vmdl1425441869.tmp/oat/x86/base.odex --instruction-set=x86 --instruction-set-variant=x86 --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --compiler-filter=interpret-only --swap-fd=9 --debuggable 01-04 10:27:36.765 2564 2564 I dex2oat : /system/bin/dex2oat --compiler-filter=interpret-only --debuggable 01-04 10:27:36.765 2564 2564 E cutils-trace: Error opening trace file: Permission denied (13) 01-04 10:27:36.929 2564 2566 W dex2oat : Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView 01-04 10:27:36.978 2564 2566 W dex2oat : Before Android 4.1, method boolean com.facebook.share.widget.ShareButtonBase.canShare() would have incorrectly overridden the package-private method in android.widget.TextView 01-04 10:27:36.983 2564 2564 W dex2oat : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 01-04 10:27:38.944 2564 2564 I dex2oat : dex2oat took 2.179s (threads: 2) arena alloc=280KB (287040B) java alloc=5MB (6023456B) native alloc=8MB (8991224B) free=2MB (3067400B) 01-04 10:27:38.949 1480 1494 I ActivityManager: Force stopping com.selfy appid=10054 user=-1: installPackageLI 01-04 10:27:38.962 1480 1506 I PackageManager: Package com.selfy codePath changed from /data/app/com.selfy-1 to /data/app/com.selfy-2; Retaining data and using new 01-04 10:27:38.962 1480 1506 W PackageManager: Code path for com.selfy changing from /data/app/com.selfy-1 to /data/app/com.selfy-2 01-04 10:27:38.962 1480 1506 W PackageManager: Resource path for com.selfy changing from /data/app/com.selfy-1 to /data/app/com.selfy-2 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.google.android.c2dm.permission.RECEIVE in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.sec.android.provider.badge.permission.READ in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.sec.android.provider.badge.permission.WRITE in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.htc.launcher.permission.READ_SETTINGS in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.htc.launcher.permission.UPDATE_SHORTCUT in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.sonyericsson.home.permission.BROADCAST_BADGE in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.sonymobile.home.permission.PROVIDER_INSERT_BADGE in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.anddoes.launcher.permission.UPDATE_COUNT in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.majeur.launcher.permission.UPDATE_BADGE in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.huawei.android.launcher.permission.CHANGE_BADGE in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.huawei.android.launcher.permission.READ_SETTINGS in package com.selfy 01-04 10:27:38.980 1480 1506 W PackageManager: Unknown permission com.huawei.android.launcher.permission.WRITE_SETTINGS in package com.selfy 01-04 10:27:38.996 1480 1506 I art : Starting a blocking GC Explicit 01-04 10:27:39.014 1480 1506 I art : Explicit concurrent mark sweep GC freed 51004(2MB) AllocSpace objects, 17(676KB) LOS objects, 23% free, 12MB/16MB, paused 641us total 17.238ms 01-04 10:27:39.018 1234 1234 E : Couldn't opendir /data/app/vmdl1425441869.tmp: No such file or directory 01-04 10:27:39.022 2553 2553 I art : System.exit called, status: 0 01-04 10:27:39.022 2553 2553 I AndroidRuntime: VM exiting with result code 0. 01-04 10:27:39.022 1480 1506 I ActivityManager: Force stopping com.selfy appid=10054 user=0: pkg removed 01-04 10:27:39.042 1480 1521 I InputReader: Reconfiguring input devices. changes=0x00000010 01-04 10:27:39.057 1480 1521 I InputReader: Reconfiguring input devices. changes=0x00000010 01-04 10:27:39.061 1480 1521 I InputReader: Reconfiguring input devices. changes=0x00000010 01-04 10:27:39.061 1897 1897 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1385 android.content.ContextWrapper.startService:613 android.content.ContextWrapper.startService:613 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:3011 01-04 10:27:39.133 1480 1493 W VoiceInteractionManagerService: no available voice recognition services found for user 0 01-04 10:27:39.133 1480 1493 W LocationProviderProxy-network: Odd, no component found for service com.android.location.service.v3.NetworkLocationProvider 01-04 10:27:39.139 1480 1493 W GeocoderProxy: Odd, no component found for service com.android.location.service.GeocodeProvider 01-04 10:27:39.139 1480 1493 W GeofenceProxy: Odd, no component found for service com.android.location.service.GeofenceProvider 01-04 10:27:39.139 1480 1493 W ActivityRecognitionProxy: Odd, no component found for service com.android.location.service.ActivityRecognitionProvider 01-04 10:27:39.143 1695 1695 D CarrierSvcBindHelper: No carrier app for: 0 01-04 10:27:39.146 1695 1695 D CarrierSvcBindHelper: No carrier app for: 0 01-04 10:27:39.147 1695 1695 D CarrierConfigLoader: mHandler: 9 phoneId: 0 01-04 10:27:39.702 2570 2570 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 01-04 10:27:39.703 2570 2570 D AndroidRuntime: CheckJNI is ON 01-04 10:27:39.703 2570 2570 E cutils-trace: Error opening trace file: Permission denied (13) 01-04 10:27:39.724 2570 2570 W art : Unexpected CPU variant for X86 using defaults: x86_64 01-04 10:27:39.728 2570 2570 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat 01-04 10:27:39.744 2570 2570 E memtrack: Couldn't load memtrack module (No such file or directory) 01-04 10:27:39.744 2570 2570 E android.os.Debug: failed to load memtrack module: -2 01-04 10:27:39.748 2570 2570 I Radio-JNI: register_android_hardware_Radio DONE 01-04 10:27:39.759 2570 2570 D AndroidRuntime: Calling main entry com.android.commands.am.Am 01-04 10:27:39.765 1480 1591 I ActivityManager: START u0 {flg=0x10000000 cmp=com.selfy/.MainActivity} from uid 2000 on display 0 01-04 10:27:39.774 2570 2570 D AndroidRuntime: Shutting down VM 01-04 10:27:39.787 1480 1939 I ActivityManager: Start proc 2580:com.selfy/u0a54 for activity com.selfy/.MainActivity 01-04 10:27:39.794 2580 2580 I art : Not late-enabling -Xcheck:jni (already on) 01-04 10:27:39.795 2580 2580 W art : Unexpected CPU variant for X86 using defaults: x86 01-04 10:27:39.818 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x933 imply creation of host color buffer 01-04 10:27:39.842 1480 1501 D : HostConnection::get() New Host Connection established 0x7ffed95948e0, tid 1501 01-04 10:27:39.881 2580 2595 D NetworkSecurityConfig: No Network Security Config specified, using platform default 01-04 10:27:39.889 2580 2580 V fb-UnpackingSoSource: locked dso store /data/user/0/com.selfy/lib-main 01-04 10:27:39.889 2580 2580 V fb-UnpackingSoSource: deps mismatch on deps store: regenerating 01-04 10:27:39.890 2580 2580 V fb-UnpackingSoSource: so store dirty: regenerating 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libfb.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libfolly_json.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libglog.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libglog_init.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libgnustl_shared.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libicu_common.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libimagepipeline.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libjsc.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libreactnativejni.so: deferring to libdir 01-04 10:27:39.923 2580 2580 D ApkSoSource: not allowing consideration of lib/x86/libreactnativejnifb.so: deferring to libdir 01-04 10:27:39.924 2580 2580 V fb-UnpackingSoSource: regenerating DSO store com.facebook.soloader.ApkSoSource 01-04 10:27:39.924 2580 2580 V fb-UnpackingSoSource: starting syncer worker 01-04 10:27:39.939 2580 2580 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.selfy/lib-main (from syncer thread) 01-04 10:27:39.940 2580 2580 V fb-UnpackingSoSource: not releasing dso store lock for /data/user/0/com.selfy/lib-main (syncer thread started) 01-04 10:27:40.009 2580 2580 W unknown:React: Packager connection already open, nooping. 01-04 10:27:40.023 1220 2506 E SurfaceFlinger: ro.sf.lcd_density must be defined as a build property 01-04 10:27:41.021 2580 2610 D : HostConnection::get() New Host Connection established 0xe36cc700, tid 2610 01-04 10:27:41.021 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.022 1480 1501 I Choreographer: Skipped 71 frames! The application may be doing too much work on its main thread. 01-04 10:27:41.038 2580 2610 I OpenGLRenderer: Initialized EGL, version 1.4 01-04 10:27:41.038 2580 2610 D OpenGLRenderer: Swap behavior 1 01-04 10:27:41.046 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.067 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.095 2580 2610 W gralloc_ranchu: Gralloc pipe failed 01-04 10:27:41.244 1220 1252 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.249 1220 1252 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.257 1480 1501 I ActivityManager: Displayed com.selfy/.MainActivity: +1s483ms 01-04 10:27:41.262 1220 1252 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.394 2580 2580 I art : Thread[1,tid=2580,Native,Thread*=0xf008b400,peer=0x750cd6f0,"main"] recursive attempt to load library "/data/app/com.selfy-2/lib/x86/libfb.so" 01-04 10:27:41.404 1480 1938 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@f85b331 attribute=null, token = android.os.BinderProxy@1a05b66 01-04 10:27:41.410 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTRenderableViewManager 01-04 10:27:41.410 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupShadowNode 01-04 10:27:41.411 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeShadowNode 01-04 10:27:41.412 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextShadowNode 01-04 10:27:41.413 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewManager 01-04 10:27:41.414 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewShadowNode 01-04 10:27:41.420 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager 01-04 10:27:41.421 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode 01-04 10:27:41.421 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager 01-04 10:27:41.422 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager 01-04 10:27:41.422 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager 01-04 10:27:41.425 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager 01-04 10:27:41.429 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager 01-04 10:27:41.429 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode 01-04 10:27:41.430 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager 01-04 10:27:41.431 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode 01-04 10:27:41.434 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager 01-04 10:27:41.435 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode 01-04 10:27:41.436 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager 01-04 10:27:41.436 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager 01-04 10:27:41.437 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode 01-04 10:27:41.437 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager 01-04 10:27:41.438 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode 01-04 10:27:41.441 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager 01-04 10:27:41.442 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode 01-04 10:27:41.442 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager 01-04 10:27:41.448 1480 1501 I WindowManager: Destroying surface Surface(name=Starting com.selfy) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.AppWindowToken.destroySurfaces:363 com.android.server.wm.WindowStateAnimator.finishExit:565 com.android.server.wm.WindowStateAnimator.stepAnimationLocked:491 com.android.server.wm.WindowAnimator.updateWindowsLocked:303 com.android.server.wm.WindowAnimator.animateLocked:704 01-04 10:27:41.449 1480 1501 D gralloc_ranchu: gralloc_unregister_buffer: exiting HostConnection (is buffer-handling thread) 01-04 10:27:41.467 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode 01-04 10:27:41.467 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager 01-04 10:27:41.470 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.toolbar.ReactToolbarManager 01-04 10:27:41.475 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager 01-04 10:27:41.478 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.viewpager.ReactViewPagerManager 01-04 10:27:41.479 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager 01-04 10:27:41.479 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.webview.ReactWebViewManager 01-04 10:27:41.479 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.recyclerview.RecyclerViewBackedScrollViewManager 01-04 10:27:41.480 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager 01-04 10:27:41.489 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.reactnative.androidsdk.FBLikeViewManager 01-04 10:27:41.491 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.reactnative.androidsdk.FBLoginButtonManager 01-04 10:27:41.491 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.reactnative.androidsdk.FBSendButtonManager 01-04 10:27:41.492 2580 2596 W art : Before Android 4.1, method boolean com.facebook.share.widget.ShareButtonBase.canShare() would have incorrectly overridden the package-private method in android.widget.TextView 01-04 10:27:41.492 2580 2596 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.reactnative.androidsdk.FBShareButtonManager 01-04 10:27:41.582 1480 1501 I WindowManager: Destroying surface Surface(name=) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:429 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:232 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:180 com.android.server.wm.WindowManagerService$H.handleMessage:8079 android.os.Handler.dispatchMessage:102 01-04 10:27:41.583 1480 1501 W AppOps : Finishing op nesting under-run: uid 10054 pkg com.selfy code 24 time=0 duration=0 nesting=0 01-04 10:27:41.792 2580 2615 I ReactNativeJS: NOTIFICATION CLICKED 01-04 10:27:41.803 1480 1747 I WindowManager: Destroying surface Surface(name=com.android.launcher3/com.android.launcher3.Launcher) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.destroyOrSaveSurface:2073 com.android.server.wm.AppWindowToken.destroySurfaces:363 com.android.server.wm.AppWindowToken.notifyAppStopped:389 com.android.server.wm.WindowManagerService.notifyAppStopped:4456 com.android.server.am.ActivityStack.activityStoppedLocked:1252 com.android.server.am.ActivityManagerService.activityStopped:6873 01-04 10:27:41.848 2580 2615 I ReactNativeJS: { type: '@@redux/INIT' } 01-04 10:27:41.848 2580 2615 I ReactNativeJS: { type: '@@redux/PROBE_UNKNOWN_ACTION_h.k.0.z.2' } 01-04 10:27:41.848 2580 2615 I ReactNativeJS: { type: '@@redux/INIT' } 01-04 10:27:41.848 2580 2615 I ReactNativeJS: { type: '@@redux/PROBE_UNKNOWN_ACTION_6.p.6.i.j.h' } 01-04 10:27:41.851 2580 2615 I ReactNativeJS: { type: '@@INIT' } 01-04 10:27:41.852 2580 2615 I ReactNativeJS: { type: '@@INIT' } 01-04 10:27:41.863 2580 2621 E AndroidRuntime: FATAL EXCEPTION: IntentService[RNPushNotification] 01-04 10:27:41.863 2580 2621 E AndroidRuntime: Process: com.selfy, PID: 2580 01-04 10:27:41.863 2580 2621 E AndroidRuntime: java.lang.IllegalAccessError: Method 'void android.support.v4.content.ContextCompat.<init>()' is inaccessible to class 'com.google.android.gms.iid.zzd' (declaration of 'com.google.android.gms.iid.zzd' appears in /data/app/com.selfy-2/base.apk) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at com.google.android.gms.iid.zzd.zzdo(Unknown Source) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at com.google.android.gms.iid.zzd.<init>(Unknown Source) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at com.google.android.gms.iid.zzd.<init>(Unknown Source) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at com.google.android.gms.iid.InstanceID.zza(Unknown Source) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at com.google.android.gms.iid.InstanceID.getInstance(Unknown Source) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at com.dieam.reactnativepushnotification.modules.RNPushNotificationRegistrationService.onHandleIntent(RNPushNotificationRegistrationService.java:22) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:67) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154) 01-04 10:27:41.863 2580 2621 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61) 01-04 10:27:41.863 1480 1591 W ActivityManager: Force finishing activity com.selfy/.MainActivity 01-04 10:27:41.869 2580 2580 D AndroidRuntime: Shutting down VM 01-04 10:27:41.869 2580 2580 I Process : Sending signal. PID: 2580 SIG: 9 01-04 10:27:41.905 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.907 1480 1526 I OpenGLRenderer: Initialized EGL, version 1.4 01-04 10:27:41.907 1480 1526 D OpenGLRenderer: Swap behavior 1 01-04 10:27:41.913 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.917 1240 1472 E FrameworkListener: read() failed (Connection reset by peer) 01-04 10:27:41.917 1480 1520 W InputDispatcher: channel '4042ea7 com.selfy/com.selfy.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 01-04 10:27:41.918 1480 1520 E InputDispatcher: channel '4042ea7 com.selfy/com.selfy.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 01-04 10:27:41.921 1480 1729 D GraphicsStats: Buffer count: 3 01-04 10:27:41.921 1480 1729 I WindowManager: WIN DEATH: Window{4042ea7 u0 com.selfy/com.selfy.MainActivity} 01-04 10:27:41.921 1480 1729 W InputDispatcher: Attempted to unregister already unregistered input channel '4042ea7 com.selfy/com.selfy.MainActivity (server)' 01-04 10:27:41.921 1480 1729 I WindowManager: Destroying surface Surface(name=com.selfy/com.selfy.MainActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.removeLocked:1449 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2478 com.android.server.wm.WindowManagerService.removeWindowLocked:2436 com.android.server.wm.WindowState$DeathRecipient.binderDied:1780 android.os.BinderProxy.sendDeathNotice:688 <bottom of call stack> 01-04 10:27:41.922 1480 1492 I ActivityManager: Process com.selfy (pid 2580) has died 01-04 10:27:41.922 1480 1492 W ActivityManager: Scheduling restart of crashed service com.selfy/com.dieam.reactnativepushnotification.modules.RNPushNotificationRegistrationService in 1000ms 01-04 10:27:41.923 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:41.978 1480 1591 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{4ef2cd9 0:com.selfy/u0a54} 01-04 10:27:42.042 1220 1529 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:42.055 1220 2506 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:42.071 1220 2506 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 10:27:42.165 1480 1495 I WindowManager: Destroying surface Surface(name=Application Error: com.selfy) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.removeLocked:1449 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2478 com.android.server.wm.WindowManagerService.removeWindowLocked:2436 com.android.server.wm.WindowManagerService.removeWindowLocked:2305 com.android.server.wm.WindowManagerService.removeWindow:2300 com.android.server.wm.Session.remove:193 01-04 10:27:42.166 1480 1495 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0 01-04 10:27:42.615 1911 1997 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer... 01-04 10:27:43.786 1480 1552 E TaskPersister: File error accessing recents directory (directory doesn't exist?). 01-04 10:34:05.130 1240 1476 E Netd : Failed to dump IPv4 sockets for UID: No such file or directory 01-04 10:34:05.131 1480 1493 E NetworkManagement: Error closing sockets after enabling chain standby: android.os.ServiceSpecificException: destroySockets: No such file or directory 01-04 10:44:02.143 1480 1493 I UsageStatsService: User[0] Flushing usage stats to disk 01-04 10:53:56.273 1480 1534 D WifiNative-HAL: Failing getSupportedFeatureset because HAL isn't started 01-04 10:53:56.274 1480 1497 E BluetoothAdapter: Bluetooth binder is null 01-04 10:53:56.276 1480 1497 E BatteryStatsService: no controller energy info supplied 01-04 10:53:56.280 1480 1497 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory) 01-04 10:53:56.280 1480 1497 E KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory) 01-04 10:53:56.280 1480 1497 E KernelWakelockReader: neither /proc/wakelocks nor /d/wakeup_sources exists 01-04 10:53:56.281 1480 1497 W BatteryStatsImpl: Couldn't get kernel wake lock stats 01-04 10:53:56.281 1480 1497 E BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0} 01-04 10:54:10.217 1480 1939 I ActivityManager: Killing 2043:com.android.dialer/u0a4 (adj 906): empty for 1800s 01-04 10:54:10.227 1480 1494 I ProcessStatsService: Prepared write state in 1ms 01-04 10:55:00.005 1480 1480 I ActivityManager: Killing 2095:com.android.email/u0a27 (adj 902): empty for 1848s 01-04 10:55:00.006 1480 1480 I ActivityManager: Killing 1708:com.android.settings/1000 (adj 904): empty for 1849s 01-04 10:55:00.006 1480 1480 I ActivityManager: Killing 2019:com.android.quicksearchbox/u0a42 (adj 904): empty for 1849s 01-04 10:55:00.011 1480 1480 I ActivityManager: Killing 2137:com.android.messaging/u0a45 (adj 904): empty for 1849s 01-04 10:55:00.012 1480 1480 I ActivityManager: Killing 1976:android.process.media/u0a5 (adj 904): empty for 1849s 01-04 10:55:00.012 1480 1480 I ActivityManager: Killing 2122:com.android.managedprovisioning/u0a8 (adj 904): empty for 1849s 01-04 10:55:00.013 1480 1902 D GraphicsStats: Buffer count: 2 01-04 11:11:19.803 1220 1265 W SurfaceFlinger: Timed out waiting for hw vsync; faking it 01-04 11:11:20.812 1220 1265 W SurfaceFlinger: Timed out waiting for hw vsync; faking it 01-04 11:11:21.818 1220 1265 W SurfaceFlinger: Timed out waiting for hw vsync; faking it 01-04 11:11:49.474 1480 1494 W BroadcastQueue: Timeout of broadcast BroadcastRecord{3471847 u-1 android.intent.action.TIME_TICK} - receiver=android.os.BinderProxy@652f22b, started 28658ms ago 01-04 11:11:49.474 1480 1494 W BroadcastQueue: Receiver during timeout: BroadcastFilter{6c54821 u0 ReceiverList{f5c6688 1560 com.android.systemui/10013/u0 remote:652f22b}} 01-04 11:11:49.498 1480 1494 I Process : Sending signal. PID: 1560 SIG: 3 01-04 11:11:49.499 1560 1570 I art : Thread[3,tid=1570,WaitingInMainSignalCatcherLoop,Thread*=0x7ffef3696400,peer=0x12c005e0,"Signal Catcher"]: reacting to signal 3 01-04 11:11:49.499 1560 1570 I art : 01-04 11:11:49.546 1480 1494 E ActivityManager: ANR in com.android.systemui 01-04 11:11:49.546 1480 1494 E ActivityManager: PID: 1560 01-04 11:11:49.546 1480 1494 E ActivityManager: Reason: Broadcast of Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) } 01-04 11:11:49.546 1480 1494 E ActivityManager: Load: 0.0 / 0.0 / 0.0 01-04 11:11:49.546 1480 1494 E ActivityManager: CPU usage from 152812ms to 0ms ago (2017-01-04 11:09:16.667 to 2017-01-04 11:11:49.479): 01-04 11:11:49.546 1480 1494 E ActivityManager: 3.5% 1480/system_server: 0.6% user + 2.8% kernel / faults: 18 minor 01-04 11:11:49.546 1480 1494 E ActivityManager: 1.6% 1224/adbd: 0% user + 1.6% kernel / faults: 6 minor 01-04 11:11:49.546 1480 1494 E ActivityManager: 0.8% 1241/rild: 0% user + 0.8% kernel 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 1220/surfaceflinger: 0% user + 0% kernel 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 1695/com.android.phone: 0% user + 0% kernel / faults: 10 minor 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 1560/com.android.systemui: 0% user + 0% kernel / faults: 46 minor 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 1911/com.android.launcher3: 0% user + 0% kernel / faults: 78 minor 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 3/ksoftirqd/0: 0% user + 0% kernel 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 8/rcu_preempt: 0% user + 0% kernel 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 797/kworker/0:2: 0% user + 0% kernel 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 1169/logd: 0% user + 0% kernel / faults: 2 minor 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 1216/healthd: 0% user + 0% kernel 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% 1242/fingerprintd: 0% user + 0% kernel 01-04 11:11:49.546 1480 1494 E ActivityManager: 0.9% TOTAL: 0% user + 0.8% kernel + 0% softirq 01-04 11:11:49.546 1480 1494 E ActivityManager: CPU usage from 2873214ms to 2873214ms ago (1970-01-01 01:00:00.000 to 1970-01-01 01:00:00.000) with 0% awake: 01-04 11:11:49.546 1480 1494 E ActivityManager: 0% TOTAL: 0% user + 0% kernel 01-04 11:11:49.548 1480 1494 I ActivityManager: Killing 1560:com.android.systemui/u0a13 (adj -800): bg anr 01-04 11:11:49.597 1480 1902 I WindowManager: WIN DEATH: Window{bbf626b u0 StatusBar} 01-04 11:11:49.601 1480 1533 D WifiService: Client connection lost with reason: 4 01-04 11:11:49.601 1480 1495 V KeyguardServiceDelegate: *** Keyguard disconnected (boo!) 01-04 11:11:49.601 1480 1480 W WallpaperManagerService: Wallpaper service gone: ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper} 01-04 11:11:49.603 1480 1939 I ActivityManager: Process com.android.systemui (pid 1560) has died 01-04 11:11:49.603 1480 1747 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=5, legacyType=-1, [] ], android.os.BinderProxy@fa2e15e) 01-04 11:11:49.603 1480 1939 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms 01-04 11:11:49.603 1480 1747 D GraphicsStats: Buffer count: 1 01-04 11:11:49.603 1480 1939 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms 01-04 11:11:49.603 1480 1939 W ActivityManager: Scheduling restart of crashed service com.android.systemui/.keyguard.KeyguardService in 0ms 01-04 11:11:49.604 1480 1747 W AudioService: Current remote volume controller died, unregistering 01-04 11:11:49.604 1480 1747 W VolumeController: Error calling dismiss 01-04 11:11:49.604 1480 1747 W VolumeController: android.os.DeadObjectException 01-04 11:11:49.604 1480 1747 W VolumeController: at android.os.BinderProxy.transactNative(Native Method) 01-04 11:11:49.604 1480 1747 W VolumeController: at android.os.BinderProxy.transact(Binder.java:615) 01-04 11:11:49.604 1480 1747 W VolumeController: at android.media.IVolumeController$Stub$Proxy.dismiss(IVolumeController.java:162) 01-04 11:11:49.604 1480 1747 W VolumeController: at com.android.server.audio.AudioService$VolumeController.postDismiss(AudioService.java:6131) 01-04 11:11:49.604 1480 1747 W VolumeController: at com.android.server.audio.AudioService.setVolumeController(AudioService.java:5979) 01-04 11:11:49.604 1480 1747 W VolumeController: at com.android.server.audio.AudioService$4.binderDied(AudioService.java:5988) 01-04 11:11:49.604 1480 1747 W VolumeController: at android.os.BinderProxy.sendDeathNotice(Binder.java:688) 01-04 11:11:49.604 1480 1939 W ActivityManager: Re-adding persistent process ProcessRecord{2b9120c 1560:com.android.systemui/u0a13} 01-04 11:11:49.607 1480 1539 E ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=5, legacyType=-1, [] ] 01-04 11:11:49.608 1480 1902 W WindowManager: Failed to report 'resized' to the client of Window{7d7c0c3 u0 com.android.systemui.ImageWallpaper}, removing this window. 01-04 11:11:49.608 1480 1902 I WindowManager: Destroying surface Surface(name=com.android.systemui.ImageWallpaper) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.removeLocked:1449 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2478 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:549 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:232 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:180 com.android.server.wm.WindowManagerService.setupWindowForRemoveOnExit:2288 01-04 11:11:49.610 1480 1520 W InputDispatcher: channel '91d6c99 AssistPreviewPanel (server)' ~ Consumer closed input channel or an error occurred. events=0x9 01-04 11:11:49.610 1480 1520 E InputDispatcher: channel '91d6c99 AssistPreviewPanel (server)' ~ Channel is unrecoverably broken and will be disposed! 01-04 11:11:49.611 1480 1520 W InputDispatcher: channel 'f13ab3f NavigationBar (server)' ~ Consumer closed input channel or an error occurred. events=0x9 01-04 11:11:49.611 1480 1520 E InputDispatcher: channel 'f13ab3f NavigationBar (server)' ~ Channel is unrecoverably broken and will be disposed! 01-04 11:11:49.611 1480 1649 I WindowManager: WIN DEATH: Window{91d6c99 u0 AssistPreviewPanel} 01-04 11:11:49.611 1480 1649 W InputDispatcher: Attempted to unregister already unregistered input channel '91d6c99 AssistPreviewPanel (server)' 01-04 11:11:49.611 1480 1520 W InputDispatcher: channel '331c06c DockedStackDivider (server)' ~ Consumer closed input channel or an error occurred. events=0x9 01-04 11:11:49.611 1480 1520 E InputDispatcher: channel '331c06c DockedStackDivider (server)' ~ Channel is unrecoverably broken and will be disposed! 01-04 11:11:49.612 1480 1937 I WindowManager: WIN DEATH: Window{f13ab3f u0 NavigationBar} 01-04 11:11:49.612 1480 1937 W InputDispatcher: Attempted to unregister already unregistered input channel 'f13ab3f NavigationBar (server)' 01-04 11:11:49.613 1480 1492 I WindowManager: WIN DEATH: Window{331c06c u0 DockedStackDivider} 01-04 11:11:49.613 1480 1492 W InputDispatcher: Attempted to unregister already unregistered input channel '331c06c DockedStackDivider (server)' 01-04 11:11:49.619 1480 1939 I ActivityManager: Start proc 2649:com.android.systemui/u0a13 for restart com.android.systemui 01-04 11:11:49.623 1480 1747 W WindowManager: Failed looking up window 01-04 11:11:49.623 1480 1747 W WindowManager: java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@974b472 does not exist 01-04 11:11:49.623 1480 1747 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9100) 01-04 11:11:49.623 1480 1747 W WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:9091) 01-04 11:11:49.623 1480 1747 W WindowManager: at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1777) 01-04 11:11:49.623 1480 1747 W WindowManager: at android.os.BinderProxy.sendDeathNotice(Binder.java:688) 01-04 11:11:49.623 1480 1747 I WindowManager: WIN DEATH: null 01-04 11:11:49.625 1480 1496 W libprocessgroup: failed to open /acct/uid_10013/pid_1560/cgroup.procs: No such file or directory 01-04 11:11:49.634 2649 2649 W art : Unexpected CPU variant for X86 using defaults: x86_64 01-04 11:11:49.652 2649 2649 W System : ClassLoader referenced unknown path: /system/priv-app/SystemUI/lib/x86_64 01-04 11:11:49.664 2649 2649 V SystemUIService: Starting SystemUI services for user 0. 01-04 11:11:49.674 2649 2649 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 01-04 11:11:49.677 2649 2649 V MediaRouter: Updating audio routes: AudioRoutesInfo{ type=SPEAKER } 01-04 11:11:49.680 2649 2649 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=null types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 01-04 11:11:49.688 1480 1480 D TrustManagerService: Removing dead TrustListener. 01-04 11:11:49.723 2649 2664 E WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found 01-04 11:11:49.733 1239 1682 I MediaPlayerService: MediaPlayerService::getOMX 01-04 11:11:49.735 2649 2665 I OMXClient: MuxOMX ctor 01-04 11:11:49.747 1236 1257 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process 01-04 11:11:49.802 2649 2649 I vol.Events: writeEvent collection_started 01-04 11:11:49.810 2649 2672 I vol.Events: writeEvent external_ringer_mode_changed normal 01-04 11:11:49.810 2649 2672 I vol.Events: writeEvent internal_ringer_mode_changed normal 01-04 11:11:49.837 1239 1682 I MediaPlayerService: MediaPlayerService::getOMX 01-04 11:11:49.839 2649 2673 I OMXClient: MuxOMX ctor 01-04 11:11:49.841 1236 1257 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process 01-04 11:11:49.853 2649 2672 I vol.Events: writeEvent level_changed STREAM_ALARM 6 01-04 11:11:49.855 2649 2672 I vol.Events: writeEvent level_changed STREAM_BLUETOOTH_SCO 7 01-04 11:11:49.857 2649 2672 I vol.Events: writeEvent level_changed STREAM_MUSIC 11 01-04 11:11:49.872 2649 2672 I vol.Events: writeEvent level_changed STREAM_RING 5 01-04 11:11:49.875 2649 2672 I vol.Events: writeEvent level_changed STREAM_SYSTEM 5 01-04 11:11:49.879 2649 2672 I vol.Events: writeEvent level_changed STREAM_VOICE_CALL 4 01-04 11:11:49.890 1220 1256 E SurfaceFlinger: ro.sf.lcd_density must be defined as a build property 01-04 11:11:49.895 2649 2649 W gralloc_ranchu: Gralloc pipe failed 01-04 11:11:49.896 2649 2649 D : HostConnection::get() New Host Connection established 0x7ffef2043c80, tid 2649 01-04 11:11:49.931 2649 2649 D StorageNotification: Notifying about private volume: VolumeInfo{private}: 01-04 11:11:49.931 2649 2649 D StorageNotification: type=PRIVATE diskId=null partGuid=null mountFlags=0 mountUserId=-1 01-04 11:11:49.931 2649 2649 D StorageNotification: state=MOUNTED 01-04 11:11:49.931 2649 2649 D StorageNotification: fsType=null fsUuid=null fsLabel=null 01-04 11:11:49.931 2649 2649 D StorageNotification: path=/data internalPath=null 01-04 11:11:49.936 1239 1682 I MediaPlayerService: MediaPlayerService::getOMX 01-04 11:11:49.937 2649 2677 I OMXClient: MuxOMX ctor 01-04 11:11:49.946 1236 1257 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in mediacodec process 01-04 11:11:49.948 1480 1495 V KeyguardServiceDelegate: *** Keyguard connected (yay!) 01-04 11:11:50.042 1480 1938 I StatusBarManagerService: registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@41c8ce 01-04 11:11:50.122 2649 2649 W System : ClassLoader referenced unknown path: 01-04 11:11:50.122 2649 2649 W System : ClassLoader referenced unknown path: /system/priv-app/Dialer/lib/x86_64 01-04 11:11:50.142 2649 2649 E BluetoothAdapter: Bluetooth binder is null 01-04 11:11:50.156 2649 2649 I CameraManagerGlobal: Connecting to camera service 01-04 11:11:50.187 2649 2676 D OpenGLRenderer: profile bars disabled 01-04 11:11:50.187 2649 2676 D OpenGLRenderer: ambientRatio = 1.50 01-04 11:11:50.192 2649 2649 D PhoneStatusBar: disable: < expand icons alerts system_info back home recent clock search quick_settings > 01-04 11:11:50.224 2649 2649 D PhoneStatusBar: heads up is enabled 01-04 11:11:50.241 1480 1492 V KeyguardServiceDelegate: **** SHOWN CALLED **** 01-04 11:11:50.249 1480 1729 W WindowManager: Failed to report 'resized' to the client of Window{f13ab3f u0 NavigationBar EXITING}, removing this window. 01-04 11:11:50.249 1480 1729 I WindowManager: Destroying surface Surface(name=NavigationBar) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.removeLocked:1449 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2478 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:549 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:232 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:180 com.android.server.wm.WindowManagerService.relayoutWindow:2936 01-04 11:11:50.256 2649 2649 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() 01-04 11:11:50.263 1220 1529 D gralloc_ranchu: gralloc_alloc: format 2 and usage 0x933 imply creation of host color buffer 01-04 11:11:51.349 2649 2649 I Choreographer: Skipped 73 frames! The application may be doing too much work on its main thread. 01-04 11:11:51.353 2649 2649 D ViewRootImpl[StatusBar]: changeCanvasOpacity: opaque=true 01-04 11:11:51.416 1480 1938 W WindowManager: Failed to report 'resized' to the client of Window{bbf626b u0 StatusBar EXITING}, removing this window. 01-04 11:11:51.417 1480 1938 I WindowManager: Destroying surface Surface(name=StatusBar) called by com.android.server.wm.WindowStateAnimator.destroySurface:2014 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:881 com.android.server.wm.WindowState.removeLocked:1449 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2478 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:549 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:232 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:180 com.android.server.wm.WindowManagerService.relayoutWindow:2936 01-04 11:11:51.423 2649 2676 D : HostConnection::get() New Host Connection established 0x7ffeeb612cc0, tid 2676 01-04 11:11:51.426 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 11:11:51.434 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 11:11:51.446 1220 1536 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 11:11:51.452 2649 2676 I OpenGLRenderer: Initialized EGL, version 1.4 01-04 11:11:51.452 2649 2676 D OpenGLRenderer: Swap behavior 1 01-04 11:11:51.500 1220 1252 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 11:11:51.509 1220 1252 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 11:11:51.515 1220 1252 D gralloc_ranchu: gralloc_alloc: format 1 and usage 0x900 imply creation of host color buffer 01-04 11:11:51.520 1480 1533 D WifiService: New client listening to asynchronous messages

@AndrewJack
Copy link
Contributor

@facebook-github-bot stack-overflow

@facebook-github-bot
Copy link
Contributor

Hey @nicolabortignon and thanks for posting this! @AndrewJack tells me this issue looks like a question that would be best asked on StackOverflow. StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only. Will close this as this is really a question that should be asked on SO.

@facebook-github-bot facebook-github-bot added the Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed. label Jan 9, 2017
@facebook-github-bot facebook-github-bot added the Ran Commands One of our bots successfully processed a command. label Jan 9, 2017
@booboothefool
Copy link

@nicolabortignon Did you ever find the issue?

@cinder92
Copy link

im having exact same issue if i make fetch with many seconds of difference app simply close

@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: For Stack Overflow A question for Stack Overflow. Applying this label will cause issue to be closed. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

7 participants