2sents

Torch fail

Jan 28th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.37 KB | None | 0 0
  1.  
  2.  
  3.  
  4. System Environment Information----
  5. Device Brand: lge
  6. Device Name: LG-P999
  7. OS Version: 2.3.7
  8. Kernel: Linux version 2.6.32.51-CM7-Faux123-048 (paul@ubuntu) (gcc version 4.4.3 (GCC) ) #3 SMP PREEMPT Fri Dec 30 21:36:36 PST 2011
  9. Product: lge_lge_star
  10. Board: p999
  11.  
  12. LogCat of failedtorch:
  13. --------- beginning of /dev/log/system
  14. E/AndroidRuntime( 4522): FATAL EXCEPTION: main
  15. E/AndroidRuntime( 4522): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  16. E/AndroidRuntime( 4522): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)
  17. E/AndroidRuntime( 4522): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
  18. E/AndroidRuntime( 4522): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
  19. E/AndroidRuntime( 4522): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
  20. E/AndroidRuntime( 4522): at android.os.Handler.dispatchMessage(Handler.java:99)
  21. E/AndroidRuntime( 4522): at android.os.Looper.loop(Looper.java:130)
  22. E/AndroidRuntime( 4522): at android.app.ActivityThread.main(ActivityThread.java:3835)
  23. E/AndroidRuntime( 4522): at java.lang.reflect.Method.invokeNative(Native Method)
  24. E/AndroidRuntime( 4522): at java.lang.reflect.Method.invoke(Method.java:507)
  25. E/AndroidRuntime( 4522): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
  26. E/AndroidRuntime( 4522): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  27. E/AndroidRuntime( 4522): at dalvik.system.NativeStart.main(Native Method)
  28. E/AndroidRuntime( 4522): Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  29. E/AndroidRuntime( 4522): at android.view.LayoutInflater.createView(LayoutInflater.java:518)
  30. E/AndroidRuntime( 4522): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  31. E/AndroidRuntime( 4522): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:568)
  32. E/AndroidRuntime( 4522): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
  33. E/AndroidRuntime( 4522): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
  34. E/AndroidRuntime( 4522): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
  35. E/AndroidRuntime( 4522): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
  36. E/AndroidRuntime( 4522): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:212)
  37. E/AndroidRuntime( 4522): at android.app.Activity.setContentView(Activity.java:1657)
  38. E/AndroidRuntime( 4522): at net.cactii.flash2.MainActivity.onCreate(MainActivity.java:69)
  39. E/AndroidRuntime( 4522): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
  40. E/AndroidRuntime( 4522): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)
  41. E/AndroidRuntime( 4522): ... 11 more
  42. E/AndroidRuntime( 4522): Caused by: java.lang.reflect.InvocationTargetException
  43. E/AndroidRuntime( 4522): at java.lang.reflect.Constructor.constructNative(Native Method)
  44. E/AndroidRuntime( 4522): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
  45. E/AndroidRuntime( 4522): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
  46. E/AndroidRuntime( 4522): ... 22 more
  47. E/AndroidRuntime( 4522): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/bulb.xml from drawable resource ID #0x7f020005
  48. E/AndroidRuntime( 4522): at android.content.res.Resources.loadDrawable(Resources.java:1773)
  49. E/AndroidRuntime( 4522): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  50. E/AndroidRuntime( 4522): at android.view.View.<init>(View.java:1977)
  51. E/AndroidRuntime( 4522): at android.widget.TextView.<init>(TextView.java:350)
  52. E/AndroidRuntime( 4522): at android.widget.Button.<init>(Button.java:108)
  53. E/AndroidRuntime( 4522): at android.widget.CompoundButton.<init>(CompoundButton.java:67)
  54. E/AndroidRuntime( 4522): at android.widget.ToggleButton.<init>(ToggleButton.java:47)
  55. E/AndroidRuntime( 4522): at android.widget.ToggleButton.<init>(ToggleButton.java:60)
  56. E/AndroidRuntime( 4522): ... 25 more
  57. E/AndroidRuntime( 4522): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/net_cactii_flash2_bulb_on.png from drawable resource ID #0x7f020007
  58. E/AndroidRuntime( 4522): at android.content.res.Resources.loadDrawable(Resources.java:1790)
  59. E/AndroidRuntime( 4522): at android.content.res.Resources.getDrawable(Resources.java:588)
  60. E/AndroidRuntime( 4522): at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:162)
  61. E/AndroidRuntime( 4522): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
  62. E/AndroidRuntime( 4522): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
  63. E/AndroidRuntime( 4522): at android.content.res.Resources.loadDrawable(Resources.java:1770)
  64. E/AndroidRuntime( 4522): ... 32 more
  65. E/AndroidRuntime( 4522): Caused by: java.io.FileNotFoundException: res/drawable-mdpi/net_cactii_flash2_bulb_on.png
  66. E/AndroidRuntime( 4522): at android.content.res.AssetManager.openNonAssetNative(Native Method)
  67. E/AndroidRuntime( 4522): at android.content.res.AssetManager.openNonAsset(AssetManager.java:429)
  68. E/AndroidRuntime( 4522): at android.content.res.Resources.loadDrawable(Resources.java:1782)
  69. E/AndroidRuntime( 4522): ... 37 more
  70. E/AndroidRuntime( 4536): FATAL EXCEPTION: main
  71. E/AndroidRuntime( 4536): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  72. E/AndroidRuntime( 4536): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)
  73. E/AndroidRuntime( 4536): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
  74. E/AndroidRuntime( 4536): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
  75. E/AndroidRuntime( 4536): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
  76. E/AndroidRuntime( 4536): at android.os.Handler.dispatchMessage(Handler.java:99)
  77. E/AndroidRuntime( 4536): at android.os.Looper.loop(Looper.java:130)
  78. E/AndroidRuntime( 4536): at android.app.ActivityThread.main(ActivityThread.java:3835)
  79. E/AndroidRuntime( 4536): at java.lang.reflect.Method.invokeNative(Native Method)
  80. E/AndroidRuntime( 4536): at java.lang.reflect.Method.invoke(Method.java:507)
  81. E/AndroidRuntime( 4536): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
  82. E/AndroidRuntime( 4536): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  83. E/AndroidRuntime( 4536): at dalvik.system.NativeStart.main(Native Method)
  84. E/AndroidRuntime( 4536): Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  85. E/AndroidRuntime( 4536): at android.view.LayoutInflater.createView(LayoutInflater.java:518)
  86. E/AndroidRuntime( 4536): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  87. E/AndroidRuntime( 4536): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:568)
  88. E/AndroidRuntime( 4536): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
  89. E/AndroidRuntime( 4536): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
  90. E/AndroidRuntime( 4536): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
  91. E/AndroidRuntime( 4536): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
  92. E/AndroidRuntime( 4536): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:212)
  93. E/AndroidRuntime( 4536): at android.app.Activity.setContentView(Activity.java:1657)
  94. E/AndroidRuntime( 4536): at net.cactii.flash2.MainActivity.onCreate(MainActivity.java:69)
  95. E/AndroidRuntime( 4536): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
  96. E/AndroidRuntime( 4536): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)
  97. E/AndroidRuntime( 4536): ... 11 more
  98. E/AndroidRuntime( 4536): Caused by: java.lang.reflect.InvocationTargetException
  99. E/AndroidRuntime( 4536): at java.lang.reflect.Constructor.constructNative(Native Method)
  100. E/AndroidRuntime( 4536): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
  101. E/AndroidRuntime( 4536): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
  102. E/AndroidRuntime( 4536): ... 22 more
  103. E/AndroidRuntime( 4536): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/bulb.xml from drawable resource ID #0x7f020005
  104. E/AndroidRuntime( 4536): at android.content.res.Resources.loadDrawable(Resources.java:1773)
  105. E/AndroidRuntime( 4536): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  106. E/AndroidRuntime( 4536): at android.view.View.<init>(View.java:1977)
  107. E/AndroidRuntime( 4536): at android.widget.TextView.<init>(TextView.java:350)
  108. E/AndroidRuntime( 4536): at android.widget.Button.<init>(Button.java:108)
  109. E/AndroidRuntime( 4536): at android.widget.CompoundButton.<init>(CompoundButton.java:67)
  110. E/AndroidRuntime( 4536): at android.widget.ToggleButton.<init>(ToggleButton.java:47)
  111. E/AndroidRuntime( 4536): at android.widget.ToggleButton.<init>(ToggleButton.java:60)
  112. E/AndroidRuntime( 4536): ... 25 more
  113. E/AndroidRuntime( 4536): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/net_cactii_flash2_bulb_on.png from drawable resource ID #0x7f020007
  114. E/AndroidRuntime( 4536): at android.content.res.Resources.loadDrawable(Resources.java:1790)
  115. E/AndroidRuntime( 4536): at android.content.res.Resources.getDrawable(Resources.java:588)
  116. E/AndroidRuntime( 4536): at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:162)
  117. E/AndroidRuntime( 4536): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
  118. E/AndroidRuntime( 4536): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
  119. E/AndroidRuntime( 4536): at android.content.res.Resources.loadDrawable(Resources.java:1770)
  120. E/AndroidRuntime( 4536): ... 32 more
  121. E/AndroidRuntime( 4536): Caused by: java.io.FileNotFoundException: res/drawable-mdpi/net_cactii_flash2_bulb_on.png
  122. E/AndroidRuntime( 4536): at android.content.res.AssetManager.openNonAssetNative(Native Method)
  123. E/AndroidRuntime( 4536): at android.content.res.AssetManager.openNonAsset(AssetManager.java:429)
  124. E/AndroidRuntime( 4536): at android.content.res.Resources.loadDrawable(Resources.java:1782)
  125. E/AndroidRuntime( 4536): ... 37 more
  126. E/AndroidRuntime( 4553): FATAL EXCEPTION: main
  127. E/AndroidRuntime( 4553): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  128. E/AndroidRuntime( 4553): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)
  129. E/AndroidRuntime( 4553): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
  130. E/AndroidRuntime( 4553): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
  131. E/AndroidRuntime( 4553): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
  132. E/AndroidRuntime( 4553): at android.os.Handler.dispatchMessage(Handler.java:99)
  133. E/AndroidRuntime( 4553): at android.os.Looper.loop(Looper.java:130)
  134. E/AndroidRuntime( 4553): at android.app.ActivityThread.main(ActivityThread.java:3835)
  135. E/AndroidRuntime( 4553): at java.lang.reflect.Method.invokeNative(Native Method)
  136. E/AndroidRuntime( 4553): at java.lang.reflect.Method.invoke(Method.java:507)
  137. E/AndroidRuntime( 4553): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
  138. E/AndroidRuntime( 4553): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  139. E/AndroidRuntime( 4553): at dalvik.system.NativeStart.main(Native Method)
  140. E/AndroidRuntime( 4553): Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  141. E/AndroidRuntime( 4553): at android.view.LayoutInflater.createView(LayoutInflater.java:518)
  142. E/AndroidRuntime( 4553): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  143. E/AndroidRuntime( 4553): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:568)
  144. E/AndroidRuntime( 4553): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
  145. E/AndroidRuntime( 4553): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
  146. E/AndroidRuntime( 4553): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
  147. E/AndroidRuntime( 4553): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
  148. E/AndroidRuntime( 4553): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:212)
  149. E/AndroidRuntime( 4553): at android.app.Activity.setContentView(Activity.java:1657)
  150. E/AndroidRuntime( 4553): at net.cactii.flash2.MainActivity.onCreate(MainActivity.java:69)
  151. E/AndroidRuntime( 4553): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
  152. E/AndroidRuntime( 4553): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)
  153. E/AndroidRuntime( 4553): ... 11 more
  154. E/AndroidRuntime( 4553): Caused by: java.lang.reflect.InvocationTargetException
  155. E/AndroidRuntime( 4553): at java.lang.reflect.Constructor.constructNative(Native Method)
  156. E/AndroidRuntime( 4553): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
  157. E/AndroidRuntime( 4553): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
  158. E/AndroidRuntime( 4553): ... 22 more
  159. E/AndroidRuntime( 4553): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/bulb.xml from drawable resource ID #0x7f020005
  160. E/AndroidRuntime( 4553): at android.content.res.Resources.loadDrawable(Resources.java:1773)
  161. E/AndroidRuntime( 4553): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  162. E/AndroidRuntime( 4553): at android.view.View.<init>(View.java:1977)
  163. E/AndroidRuntime( 4553): at android.widget.TextView.<init>(TextView.java:350)
  164. E/AndroidRuntime( 4553): at android.widget.Button.<init>(Button.java:108)
  165. E/AndroidRuntime( 4553): at android.widget.CompoundButton.<init>(CompoundButton.java:67)
  166. E/AndroidRuntime( 4553): at android.widget.ToggleButton.<init>(ToggleButton.java:47)
  167. E/AndroidRuntime( 4553): at android.widget.ToggleButton.<init>(ToggleButton.java:60)
  168. E/AndroidRuntime( 4553): ... 25 more
  169. E/AndroidRuntime( 4553): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/net_cactii_flash2_bulb_on.png from drawable resource ID #0x7f020007
  170. E/AndroidRuntime( 4553): at android.content.res.Resources.loadDrawable(Resources.java:1790)
  171. E/AndroidRuntime( 4553): at android.content.res.Resources.getDrawable(Resources.java:588)
  172. E/AndroidRuntime( 4553): at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:162)
  173. E/AndroidRuntime( 4553): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
  174. E/AndroidRuntime( 4553): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
  175. E/AndroidRuntime( 4553): at android.content.res.Resources.loadDrawable(Resources.java:1770)
  176. E/AndroidRuntime( 4553): ... 32 more
  177. E/AndroidRuntime( 4553): Caused by: java.io.FileNotFoundException: res/drawable-mdpi/net_cactii_flash2_bulb_on.png
  178. E/AndroidRuntime( 4553): at android.content.res.AssetManager.openNonAssetNative(Native Method)
  179. E/AndroidRuntime( 4553): at android.content.res.AssetManager.openNonAsset(AssetManager.java:429)
  180. E/AndroidRuntime( 4553): at android.content.res.Resources.loadDrawable(Resources.java:1782)
  181. E/AndroidRuntime( 4553): ... 37 more
  182. --------- beginning of /dev/log/main
  183. E/AndroidRuntime( 9191): FATAL EXCEPTION: main
  184. E/AndroidRuntime( 9191): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  185. E/AndroidRuntime( 9191): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)
  186. E/AndroidRuntime( 9191): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
  187. E/AndroidRuntime( 9191): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
  188. E/AndroidRuntime( 9191): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
  189. E/AndroidRuntime( 9191): at android.os.Handler.dispatchMessage(Handler.java:99)
  190. E/AndroidRuntime( 9191): at android.os.Looper.loop(Looper.java:130)
  191. E/AndroidRuntime( 9191): at android.app.ActivityThread.main(ActivityThread.java:3835)
  192. E/AndroidRuntime( 9191): at java.lang.reflect.Method.invokeNative(Native Method)
  193. E/AndroidRuntime( 9191): at java.lang.reflect.Method.invoke(Method.java:507)
  194. E/AndroidRuntime( 9191): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
  195. E/AndroidRuntime( 9191): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  196. E/AndroidRuntime( 9191): at dalvik.system.NativeStart.main(Native Method)
  197. E/AndroidRuntime( 9191): Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  198. E/AndroidRuntime( 9191): at android.view.LayoutInflater.createView(LayoutInflater.java:518)
  199. E/AndroidRuntime( 9191): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  200. E/AndroidRuntime( 9191): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:568)
  201. E/AndroidRuntime( 9191): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
  202. E/AndroidRuntime( 9191): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
  203. E/AndroidRuntime( 9191): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
  204. E/AndroidRuntime( 9191): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
  205. E/AndroidRuntime( 9191): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:212)
  206. E/AndroidRuntime( 9191): at android.app.Activity.setContentView(Activity.java:1657)
  207. E/AndroidRuntime( 9191): at net.cactii.flash2.MainActivity.onCreate(MainActivity.java:69)
  208. E/AndroidRuntime( 9191): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
  209. E/AndroidRuntime( 9191): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)
  210. E/AndroidRuntime( 9191): ... 11 more
  211. E/AndroidRuntime( 9191): Caused by: java.lang.reflect.InvocationTargetException
  212. E/AndroidRuntime( 9191): at java.lang.reflect.Constructor.constructNative(Native Method)
  213. E/AndroidRuntime( 9191): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
  214. E/AndroidRuntime( 9191): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
  215. E/AndroidRuntime( 9191): ... 22 more
  216. E/AndroidRuntime( 9191): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/bulb.xml from drawable resource ID #0x7f020005
  217. E/AndroidRuntime( 9191): at android.content.res.Resources.loadDrawable(Resources.java:1773)
  218. E/AndroidRuntime( 9191): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  219. E/AndroidRuntime( 9191): at android.view.View.<init>(View.java:1977)
  220. E/AndroidRuntime( 9191): at android.widget.TextView.<init>(TextView.java:350)
  221. E/AndroidRuntime( 9191): at android.widget.Button.<init>(Button.java:108)
  222. E/AndroidRuntime( 9191): at android.widget.CompoundButton.<init>(CompoundButton.java:67)
  223. E/AndroidRuntime( 9191): at android.widget.ToggleButton.<init>(ToggleButton.java:47)
  224. E/AndroidRuntime( 9191): at android.widget.ToggleButton.<init>(ToggleButton.java:60)
  225. E/AndroidRuntime( 9191): ... 25 more
  226. E/AndroidRuntime( 9191): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/net_cactii_flash2_bulb_on.png from drawable resource ID #0x7f020007
  227. E/AndroidRuntime( 9191): at android.content.res.Resources.loadDrawable(Resources.java:1790)
  228. E/AndroidRuntime( 9191): at android.content.res.Resources.getDrawable(Resources.java:588)
  229. E/AndroidRuntime( 9191): at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:162)
  230. E/AndroidRuntime( 9191): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
  231. E/AndroidRuntime( 9191): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
  232. E/AndroidRuntime( 9191): at android.content.res.Resources.loadDrawable(Resources.java:1770)
  233. E/AndroidRuntime( 9191): ... 32 more
  234. E/AndroidRuntime( 9191): Caused by: java.io.FileNotFoundException: res/drawable-mdpi/net_cactii_flash2_bulb_on.png
  235. E/AndroidRuntime( 9191): at android.content.res.AssetManager.openNonAssetNative(Native Method)
  236. E/AndroidRuntime( 9191): at android.content.res.AssetManager.openNonAsset(AssetManager.java:429)
  237. E/AndroidRuntime( 9191): at android.content.res.Resources.loadDrawable(Resources.java:1782)
  238. E/AndroidRuntime( 9191): ... 37 more
  239. E/AndroidRuntime( 9250): FATAL EXCEPTION: main
  240. E/AndroidRuntime( 9250): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  241. E/AndroidRuntime( 9250): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)
  242. E/AndroidRuntime( 9250): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
  243. E/AndroidRuntime( 9250): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
  244. E/AndroidRuntime( 9250): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
  245. E/AndroidRuntime( 9250): at android.os.Handler.dispatchMessage(Handler.java:99)
  246. E/AndroidRuntime( 9250): at android.os.Looper.loop(Looper.java:130)
  247. E/AndroidRuntime( 9250): at android.app.ActivityThread.main(ActivityThread.java:3835)
  248. E/AndroidRuntime( 9250): at java.lang.reflect.Method.invokeNative(Native Method)
  249. E/AndroidRuntime( 9250): at java.lang.reflect.Method.invoke(Method.java:507)
  250. E/AndroidRuntime( 9250): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
  251. E/AndroidRuntime( 9250): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  252. E/AndroidRuntime( 9250): at dalvik.system.NativeStart.main(Native Method)
  253. E/AndroidRuntime( 9250): Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  254. E/AndroidRuntime( 9250): at android.view.LayoutInflater.createView(LayoutInflater.java:518)
  255. E/AndroidRuntime( 9250): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  256. E/AndroidRuntime( 9250): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:568)
  257. E/AndroidRuntime( 9250): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
  258. E/AndroidRuntime( 9250): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
  259. E/AndroidRuntime( 9250): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
  260. E/AndroidRuntime( 9250): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
  261. E/AndroidRuntime( 9250): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:212)
  262. E/AndroidRuntime( 9250): at android.app.Activity.setContentView(Activity.java:1657)
  263. E/AndroidRuntime( 9250): at net.cactii.flash2.MainActivity.onCreate(MainActivity.java:69)
  264. E/AndroidRuntime( 9250): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
  265. E/AndroidRuntime( 9250): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)
  266. E/AndroidRuntime( 9250): ... 11 more
  267. E/AndroidRuntime( 9250): Caused by: java.lang.reflect.InvocationTargetException
  268. E/AndroidRuntime( 9250): at java.lang.reflect.Constructor.constructNative(Native Method)
  269. E/AndroidRuntime( 9250): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
  270. E/AndroidRuntime( 9250): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
  271. E/AndroidRuntime( 9250): ... 22 more
  272. E/AndroidRuntime( 9250): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/bulb.xml from drawable resource ID #0x7f020005
  273. E/AndroidRuntime( 9250): at android.content.res.Resources.loadDrawable(Resources.java:1773)
  274. E/AndroidRuntime( 9250): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  275. E/AndroidRuntime( 9250): at android.view.View.<init>(View.java:1977)
  276. E/AndroidRuntime( 9250): at android.widget.TextView.<init>(TextView.java:350)
  277. E/AndroidRuntime( 9250): at android.widget.Button.<init>(Button.java:108)
  278. E/AndroidRuntime( 9250): at android.widget.CompoundButton.<init>(CompoundButton.java:67)
  279. E/AndroidRuntime( 9250): at android.widget.ToggleButton.<init>(ToggleButton.java:47)
  280. E/AndroidRuntime( 9250): at android.widget.ToggleButton.<init>(ToggleButton.java:60)
  281. E/AndroidRuntime( 9250): ... 25 more
  282. E/AndroidRuntime( 9250): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/net_cactii_flash2_bulb_on.png from drawable resource ID #0x7f020007
  283. E/AndroidRuntime( 9250): at android.content.res.Resources.loadDrawable(Resources.java:1790)
  284. E/AndroidRuntime( 9250): at android.content.res.Resources.getDrawable(Resources.java:588)
  285. E/AndroidRuntime( 9250): at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:162)
  286. E/AndroidRuntime( 9250): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
  287. E/AndroidRuntime( 9250): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
  288. E/AndroidRuntime( 9250): at android.content.res.Resources.loadDrawable(Resources.java:1770)
  289. E/AndroidRuntime( 9250): ... 32 more
  290. E/AndroidRuntime( 9250): Caused by: java.io.FileNotFoundException: res/drawable-mdpi/net_cactii_flash2_bulb_on.png
  291. E/AndroidRuntime( 9250): at android.content.res.AssetManager.openNonAssetNative(Native Method)
  292. E/AndroidRuntime( 9250): at android.content.res.AssetManager.openNonAsset(AssetManager.java:429)
  293. E/AndroidRuntime( 9250): at android.content.res.Resources.loadDrawable(Resources.java:1782)
  294. E/AndroidRuntime( 9250): ... 37 more
  295. E/AndroidRuntime(11606): FATAL EXCEPTION: main
  296. E/AndroidRuntime(11606): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  297. E/AndroidRuntime(11606): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)
  298. E/AndroidRuntime(11606): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
  299. E/AndroidRuntime(11606): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
  300. E/AndroidRuntime(11606): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
  301. E/AndroidRuntime(11606): at android.os.Handler.dispatchMessage(Handler.java:99)
  302. E/AndroidRuntime(11606): at android.os.Looper.loop(Looper.java:130)
  303. E/AndroidRuntime(11606): at android.app.ActivityThread.main(ActivityThread.java:3835)
  304. E/AndroidRuntime(11606): at java.lang.reflect.Method.invokeNative(Native Method)
  305. E/AndroidRuntime(11606): at java.lang.reflect.Method.invoke(Method.java:507)
  306. E/AndroidRuntime(11606): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
  307. E/AndroidRuntime(11606): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  308. E/AndroidRuntime(11606): at dalvik.system.NativeStart.main(Native Method)
  309. E/AndroidRuntime(11606): Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  310. E/AndroidRuntime(11606): at android.view.LayoutInflater.createView(LayoutInflater.java:518)
  311. E/AndroidRuntime(11606): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  312. E/AndroidRuntime(11606): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:568)
  313. E/AndroidRuntime(11606): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
  314. E/AndroidRuntime(11606): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
  315. E/AndroidRuntime(11606): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
  316. E/AndroidRuntime(11606): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
  317. E/AndroidRuntime(11606): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:212)
  318. E/AndroidRuntime(11606): at android.app.Activity.setContentView(Activity.java:1657)
  319. E/AndroidRuntime(11606): at net.cactii.flash2.MainActivity.onCreate(MainActivity.java:69)
  320. E/AndroidRuntime(11606): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
  321. E/AndroidRuntime(11606): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)
  322. E/AndroidRuntime(11606): ... 11 more
  323. E/AndroidRuntime(11606): Caused by: java.lang.reflect.InvocationTargetException
  324. E/AndroidRuntime(11606): at java.lang.reflect.Constructor.constructNative(Native Method)
  325. E/AndroidRuntime(11606): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
  326. E/AndroidRuntime(11606): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
  327. E/AndroidRuntime(11606): ... 22 more
  328. E/AndroidRuntime(11606): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/bulb.xml from drawable resource ID #0x7f020005
  329. E/AndroidRuntime(11606): at android.content.res.Resources.loadDrawable(Resources.java:1773)
  330. E/AndroidRuntime(11606): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  331. E/AndroidRuntime(11606): at android.view.View.<init>(View.java:1977)
  332. E/AndroidRuntime(11606): at android.widget.TextView.<init>(TextView.java:350)
  333. E/AndroidRuntime(11606): at android.widget.Button.<init>(Button.java:108)
  334. E/AndroidRuntime(11606): at android.widget.CompoundButton.<init>(CompoundButton.java:67)
  335. E/AndroidRuntime(11606): at android.widget.ToggleButton.<init>(ToggleButton.java:47)
  336. E/AndroidRuntime(11606): at android.widget.ToggleButton.<init>(ToggleButton.java:60)
  337. E/AndroidRuntime(11606): ... 25 more
  338. E/AndroidRuntime(11606): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/net_cactii_flash2_bulb_on.png from drawable resource ID #0x7f020007
  339. E/AndroidRuntime(11606): at android.content.res.Resources.loadDrawable(Resources.java:1790)
  340. E/AndroidRuntime(11606): at android.content.res.Resources.getDrawable(Resources.java:588)
  341. E/AndroidRuntime(11606): at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:162)
  342. E/AndroidRuntime(11606): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
  343. E/AndroidRuntime(11606): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
  344. E/AndroidRuntime(11606): at android.content.res.Resources.loadDrawable(Resources.java:1770)
  345. E/AndroidRuntime(11606): ... 32 more
  346. E/AndroidRuntime(11606): Caused by: java.io.FileNotFoundException: res/drawable-mdpi/net_cactii_flash2_bulb_on.png
  347. E/AndroidRuntime(11606): at android.content.res.AssetManager.openNonAssetNative(Native Method)
  348. E/AndroidRuntime(11606): at android.content.res.AssetManager.openNonAsset(AssetManager.java:429)
  349. E/AndroidRuntime(11606): at android.content.res.Resources.loadDrawable(Resources.java:1782)
  350. E/AndroidRuntime(11606): ... 37 more
  351. E/AndroidRuntime(11647): FATAL EXCEPTION: main
  352. E/AndroidRuntime(11647): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  353. E/AndroidRuntime(11647): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1768)
  354. E/AndroidRuntime(11647): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1784)
  355. E/AndroidRuntime(11647): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
  356. E/AndroidRuntime(11647): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
  357. E/AndroidRuntime(11647): at android.os.Handler.dispatchMessage(Handler.java:99)
  358. E/AndroidRuntime(11647): at android.os.Looper.loop(Looper.java:130)
  359. E/AndroidRuntime(11647): at android.app.ActivityThread.main(ActivityThread.java:3835)
  360. E/AndroidRuntime(11647): at java.lang.reflect.Method.invokeNative(Native Method)
  361. E/AndroidRuntime(11647): at java.lang.reflect.Method.invoke(Method.java:507)
  362. E/AndroidRuntime(11647): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
  363. E/AndroidRuntime(11647): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  364. E/AndroidRuntime(11647): at dalvik.system.NativeStart.main(Native Method)
  365. E/AndroidRuntime(11647): Caused by: android.view.InflateException: Binary XML file line #8: Error inflating class android.widget.ToggleButton
  366. E/AndroidRuntime(11647): at android.view.LayoutInflater.createView(LayoutInflater.java:518)
  367. E/AndroidRuntime(11647): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
  368. E/AndroidRuntime(11647): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:568)
  369. E/AndroidRuntime(11647): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
  370. E/AndroidRuntime(11647): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
  371. E/AndroidRuntime(11647): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
  372. E/AndroidRuntime(11647): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
  373. E/AndroidRuntime(11647): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:212)
  374. E/AndroidRuntime(11647): at android.app.Activity.setContentView(Activity.java:1657)
  375. E/AndroidRuntime(11647): at net.cactii.flash2.MainActivity.onCreate(MainActivity.java:69)
  376. E/AndroidRuntime(11647): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
  377. E/AndroidRuntime(11647): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1722)
  378. E/AndroidRuntime(11647): ... 11 more
  379. E/AndroidRuntime(11647): Caused by: java.lang.reflect.InvocationTargetException
  380. E/AndroidRuntime(11647): at java.lang.reflect.Constructor.constructNative(Native Method)
  381. E/AndroidRuntime(11647): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
  382. E/AndroidRuntime(11647): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
  383. E/AndroidRuntime(11647): ... 22 more
  384. E/AndroidRuntime(11647): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/bulb.xml from drawable resource ID #0x7f020005
  385. E/AndroidRuntime(11647): at android.content.res.Resources.loadDrawable(Resources.java:1773)
  386. E/AndroidRuntime(11647): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
  387. E/AndroidRuntime(11647): at android.view.View.<init>(View.java:1977)
  388. E/AndroidRuntime(11647): at android.widget.TextView.<init>(TextView.java:350)
  389. E/AndroidRuntime(11647): at android.widget.Button.<init>(Button.java:108)
  390. E/AndroidRuntime(11647): at android.widget.CompoundButton.<init>(CompoundButton.java:67)
  391. E/AndroidRuntime(11647): at android.widget.ToggleButton.<init>(ToggleButton.java:47)
  392. E/AndroidRuntime(11647): at android.widget.ToggleButton.<init>(ToggleButton.java:60)
  393. E/AndroidRuntime(11647): ... 25 more
  394. E/AndroidRuntime(11647): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/net_cactii_flash2_bulb_on.png from drawable resource ID #0x7f020007
  395. E/AndroidRuntime(11647): at android.content.res.Resources.loadDrawable(Resources.java:1790)
  396. E/AndroidRuntime(11647): at android.content.res.Resources.getDrawable(Resources.java:588)
  397. E/AndroidRuntime(11647): at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:162)
  398. E/AndroidRuntime(11647): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
  399. E/AndroidRuntime(11647): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
  400. E/AndroidRuntime(11647): at android.content.res.Resources.loadDrawable(Resources.java:1770)
  401. E/AndroidRuntime(11647): ... 32 more
  402. E/AndroidRuntime(11647): Caused by: java.io.FileNotFoundException: res/drawable-mdpi/net_cactii_flash2_bulb_on.png
  403. E/AndroidRuntime(11647): at android.content.res.AssetManager.openNonAssetNative(Native Method)
  404. E/AndroidRuntime(11647): at android.content.res.AssetManager.openNonAsset(AssetManager.java:429)
  405. E/AndroidRuntime(11647): at android.content.res.Resources.loadDrawable(Resources.java:1782)
  406. E/AndroidRuntime(11647): ... 37 more
Advertisement
Add Comment
Please, Sign In to add comment