Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1.  
  2. I/ActivityManager( 174): Starting: Intent { cmp=com.bwx.bequick/.flashlight.ScreenLightActivity } from pid 3964
  3. D/dalvikvm( 4063): GC_FOR_MALLOC freed 431K, 53% free 3102K/6599K, external 386K/542K, paused 111ms
  4. I/ActivityManager( 174): Displayed com.bwx.bequick/.flashlight.ScreenLightActivity: +383ms
  5. D/WindowManager( 174): I'm tired mEndcallBehavior=0x2
  6. I/power ( 174): *** set_screen_state 0
  7. D/Sensors ( 174): BoschYamaha::~enable Accel(0, 0)
  8. D/Sensors ( 174): BoschYamaha::~enable Accel(0, 0) open /sys/class/input/event6/device/enable
  9. D/Sensors ( 174): CompassSensor::~enable(0, 0) opened /sys/class/input/event6/device/enable
  10. D/SurfaceFlinger( 174): About to give-up screen, flinger = 0x94280
  11.  
  12. Sensors are not triggered within the App ...
  13. Now i press the Power Button...
  14.  
  15. D/WifiService( 174): ACTION_SCREEN_OFF
  16. I/power ( 174): *** set_screen_state 1
  17. D/Sensors ( 174): BoschYamaha::~enable Accel(0, 1)
  18. D/Sensors ( 174): BoschYamaha::~enable Accel(0, 1) open /sys/class/input/event6/device/enable
  19. D/Sensors ( 174): CompassSensor::~enable(0, 1) opened /sys/class/input/event6/device/enable
  20.  
  21. And i turn it on again...
  22.  
  23. D/WifiService( 174): ACTION_SCREEN_ON
  24. D/dalvikvm( 263): GREF has increased to 301
  25. D/SurfaceFlinger( 174): Screen about to return, flinger = 0x94280
  26. D/dalvikvm( 263): GREF has increased to 401
  27. W/KeyCharacterMap( 3964): No keyboard for id 0
  28. W/KeyCharacterMap( 3964): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
  29. I/ActivityManager( 174): No longer want com.google.android.apps.maps:NetworkLocationService (pid 3311): hidden #16
  30. D/WifiService( 174): acquireWifiLockLocked: WifiLock{NetworkLocationProvider type=2 binder=android.os.BinderProxy@4082a090}
  31. E/JavaBinder( 174): !!! FAILED BINDER TRANSACTION !!!
  32. D/WifiService( 174): ACTION_BATTERY_CHANGED pluggedType: 0
  33. W/ActivityManager( 174): Scheduling restart of crashed service com.google.android.apps.maps/com.google.android.location.internal.server.NetworkLocationService in 5000ms
  34. I/ActivityManager( 174): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/.Launcher } from pid 174
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement