Guest User

Untitled

a guest
Jul 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.82 KB | None | 0 0
  1. I/ActivityManager( 1148): START {act=android.intent.action.MAIN cat=[android.int
  2. ent.category.LAUNCHER] flg=0x10200000 cmp=com.android.fileexplorer/.FileExplorer
  3. TabActivity} from pid 3627
  4. D/memalloc( 162): /dev/pmem: Allocated buffer base:0x41605000 size:1536000 offs
  5. et:1536000 fd:62
  6. D/memalloc( 1148): /dev/pmem: Mapped buffer base:0x55c4d000 size:3072000 offset:
  7. 1536000 fd:246
  8. I/ActivityManager( 1148): Start proc com.android.fileexplorer for activity com.a
  9. ndroid.fileexplorer/.FileExplorerTabActivity: pid=5443 uid=10038 gids={3003, 101
  10. 5}
  11. D/OpenGLRenderer( 3627): Flushing caches (mode 1)
  12. D/OpenGLRenderer( 3627): Flushing caches (mode 0)
  13. D/HardwareRenderer( 5443): Disabling v-sync
  14. D/memalloc( 3627): /dev/pmem: Unmapping buffer base:0x521f9000 size:7696384 offs
  15. et:6160384
  16. D/memalloc( 3627): /dev/pmem: Unmapping buffer base:0x51d00000 size:1536000 offs
  17. et:0
  18. D/memalloc( 3627): /dev/pmem: Unmapping buffer base:0x52c37000 size:6160384 offs
  19. et:4624384
  20. D/memalloc( 3627): /dev/pmem: Unmapping buffer base:0x53ca7000 size:13963264 off
  21. set:12427264
  22. D/memalloc( 162): /dev/pmem: Freeing buffer base:0x41be5000 size:1536000 offset
  23. :6160384 fd:26
  24. D/memalloc( 162): /dev/pmem: Freeing buffer base:0x41605000 size:1536000 offset
  25. :0 fd:50
  26. D/memalloc( 162): /dev/pmem: Freeing buffer base:0x421df000 size:1536000 offset
  27. :12427264 fd:59
  28. D/memalloc( 162): /dev/pmem: Freeing buffer base:0x41a6e000 size:1536000 offset
  29. :4624384 fd:23
  30. D/dalvikvm( 5443): GC_CONCURRENT freed 223K, 4% free 9868K/10183K, paused 3ms+3m
  31. s
  32. D/dalvikvm( 5443): GC_CONCURRENT freed 74K, 2% free 10297K/10503K, paused 2ms+7m
  33. s
  34. W/ResourceType( 5443): Failure getting entry for 0x7f060043 (t=5 e=67) in packag
  35. e 0 (error -75)
  36. D/AndroidRuntime( 5443): Shutting down VM
  37. W/dalvikvm( 5443): threadid=1: thread exiting with uncaught exception (group=0x4
  38. 0a89338)
  39. E/AndroidRuntime( 5443): FATAL EXCEPTION: main
  40. E/AndroidRuntime( 5443): android.content.res.Resources$NotFoundException: String
  41. resource ID #0x7f060043
  42. E/AndroidRuntime( 5443): at android.content.res.Resources.getText(Resourc
  43. es.java:251)
  44. E/AndroidRuntime( 5443): at android.content.res.MiuiResources.getText(Miu
  45. iResources.java:44)
  46. E/AndroidRuntime( 5443): at android.content.res.Resources.getString(Resou
  47. rces.java:335)
  48. E/AndroidRuntime( 5443): at android.content.res.Resources.getString(Resou
  49. rces.java:363)
  50. E/AndroidRuntime( 5443): at android.app.Fragment.getString(Fragment.java:
  51. 776)
  52. E/AndroidRuntime( 5443): at com.android.fileexplorer.FileCategoryActivity
  53. .v(FileCategoryActivity.java:152)
  54. E/AndroidRuntime( 5443): at com.android.fileexplorer.FileCategoryActivity
  55. .b(FileCategoryActivity.java:565)
  56. E/AndroidRuntime( 5443): at com.android.fileexplorer.FileCategoryActivity
  57. .onCreateView(FileCategoryActivity.java:112)
  58. E/AndroidRuntime( 5443): at android.app.FragmentManagerImpl.moveToState(F
  59. ragmentManager.java:828)
  60. E/AndroidRuntime( 5443): at android.app.FragmentManagerImpl.moveToState(F
  61. ragmentManager.java:1032)
  62. E/AndroidRuntime( 5443): at android.app.BackStackRecord.run(BackStackReco
  63. rd.java:622)
  64. E/AndroidRuntime( 5443): at android.app.FragmentManagerImpl.execPendingAc
  65. tions(FragmentManager.java:1382)
  66. E/AndroidRuntime( 5443): at android.app.FragmentManagerImpl.executePendin
  67. gTransactions(FragmentManager.java:437)
  68. E/AndroidRuntime( 5443): at android.support.a.a.a.b(FragmentPagerAdapter.
  69. java:143)
  70. E/AndroidRuntime( 5443): at android.support.v4.view.ViewPager.bg(ViewPage
  71. r.java:804)
  72. E/AndroidRuntime( 5443): at android.support.v4.view.ViewPager.onMeasure(V
  73. iewPager.java:1016)
  74. E/AndroidRuntime( 5443): at android.view.View.measure(View.java:12733)
  75. E/AndroidRuntime( 5443): at android.view.ViewGroup.measureChildWithMargin
  76. s(ViewGroup.java:4698)
  77. E/AndroidRuntime( 5443): at android.widget.FrameLayout.onMeasure(FrameLay
  78. out.java:293)
  79. E/AndroidRuntime( 5443): at android.view.View.measure(View.java:12733)
  80. E/AndroidRuntime( 5443): at android.widget.LinearLayout.measureVertical(L
  81. inearLayout.java:813)
  82. E/AndroidRuntime( 5443): at android.widget.LinearLayout.onMeasure(LinearL
  83. ayout.java:554)
  84. E/AndroidRuntime( 5443): at android.view.View.measure(View.java:12733)
  85. E/AndroidRuntime( 5443): at android.view.ViewGroup.measureChildWithMargin
  86. s(ViewGroup.java:4698)
  87. E/AndroidRuntime( 5443): at android.widget.FrameLayout.onMeasure(FrameLay
  88. out.java:293)
  89. E/AndroidRuntime( 5443): at com.android.internal.policy.impl.PhoneWindow$
  90. DecorView.onMeasure(PhoneWindow.java:2124)
  91. E/AndroidRuntime( 5443): at android.view.View.measure(View.java:12733)
  92. E/AndroidRuntime( 5443): at android.view.ViewRootImpl.performTraversals(V
  93. iewRootImpl.java:1069)
  94. E/AndroidRuntime( 5443): at android.view.ViewRootImpl.handleMessage(ViewR
  95. ootImpl.java:2447)
  96. E/AndroidRuntime( 5443): at android.os.Handler.dispatchMessage(Handler.ja
  97. va:99)
  98. E/AndroidRuntime( 5443): at android.os.Looper.loop(Looper.java:137)
  99. E/AndroidRuntime( 5443): at android.app.ActivityThread.main(ActivityThrea
  100. d.java:4429)
  101. E/AndroidRuntime( 5443): at java.lang.reflect.Method.invokeNative(Native
  102. Method)
  103. E/AndroidRuntime( 5443): at java.lang.reflect.Method.invoke(Method.java:5
  104. 11)
  105. E/AndroidRuntime( 5443): at com.android.internal.os.ZygoteInit$MethodAndA
  106. rgsCaller.run(ZygoteInit.java:784)
  107. E/AndroidRuntime( 5443): at com.android.internal.os.ZygoteInit.main(Zygot
  108. eInit.java:551)
  109. E/AndroidRuntime( 5443): at dalvik.system.NativeStart.main(Native Method)
  110.  
  111. W/ActivityManager( 1148): Force finishing activity com.android.fileexplorer/.F
  112. ileExplorerTabActivity
  113. D/memalloc( 162): /dev/pmem: Allocated buffer base:0x41605000 size:430080 offse
  114. t:3072000 fd:23
  115. D/memalloc( 1148): /dev/pmem: Mapped buffer base:0x56d77000 size:3502080 offset:
  116. 3072000 fd:284
  117. W/ActivityManager( 1148): Activity pause timeout for ActivityRecord{41647ad0 com
  118. .android.fileexplorer/.FileExplorerTabActivity}
  119. D/memalloc( 162): /dev/pmem: Allocated buffer base:0x41605000 size:1536000 offs
  120. et:0 fd:26
  121. D/memalloc( 3627): /dev/pmem: Mapped buffer base:0x51d00000 size:1536000 offset:
  122. 0 fd:59
  123. D/memalloc( 162): /dev/pmem: Allocated buffer base:0x41605000 size:1536000 offs
  124. et:12427264 fd:50
  125. D/memalloc( 3627): /dev/pmem: Mapped buffer base:0x521f9000 size:13963264 offset
  126. :12427264 fd:65
  127. D/SurfaceTexture( 162): SurfaceTexture::dequeuebuffer: MIN EXCEEDED mBuffer:4 b
  128. umped
  129. D/memalloc( 162): /dev/pmem: Allocated buffer base:0x41605000 size:1536000 offs
  130. et:4624384 fd:59
  131. D/memalloc( 3627): /dev/pmem: Mapped buffer base:0x52f4a000 size:6160384 offset:
  132. 4624384 fd:68
  133. D/memalloc( 162): /dev/pmem: Allocated buffer base:0x41605000 size:430080 offse
  134. t:3502080 fd:65
  135. D/memalloc( 1148): /dev/pmem: Mapped buffer base:0x570ce000 size:3932160 offset:
  136. 3502080 fd:287
  137. I/Process ( 5443): Sending signal. PID: 5443 SIG: 9
  138. W/InputManagerService( 1148): Window already focused, ignoring focus gain of: co
  139. m.android.internal.view.IInputMethodClient$Stub$Proxy@416e7a28
  140. D/memalloc( 1148): /dev/pmem: Unmapping buffer base:0x56d77000 size:3502080 offs
  141. et:3072000
  142. D/memalloc( 162): /dev/pmem: Freeing buffer base:0x418f3000 size:430080 offset:
  143. 3072000 fd:23
  144. D/memalloc( 1148): /dev/pmem: Unmapping buffer base:0x570ce000 size:3932160 offs
  145. et:3502080
  146. I/WindowManager( 1148): WIN DEATH: Window{416b5cc8 com.android.fileexplorer/com.
  147. android.fileexplorer.FileExplorerTabActivity paused=false}
  148. I/ActivityManager( 1148): Process com.android.fileexplorer (pid 5443) has died.
  149. D/memalloc( 1148): /dev/pmem: Unmapping buffer base:0x55c4d000 size:3072000 offs
  150. et:1536000
  151. D/memalloc( 162): /dev/pmem: Freeing buffer base:0x4195c000 size:430080 offset:
  152. 3502080 fd:65
  153. D/memalloc( 162): /dev/pmem: Freeing buffer base:0x4177c000 size:1536000 offset
  154. :1536000 fd:62
Add Comment
Please, Sign In to add comment