Created
March 14, 2010 00:19
-
-
Save rcarlsen/331660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03-13 19:12:15.046: ERROR/TiModule(5718): (kroll$6) [8,8205] Error creating proxy ti.modules.titanium.ui.EmailDialogProxy: ti.modules.titanium.ui.EmailDialogProxy | |
03-13 19:12:15.046: ERROR/TiModule(5718): java.lang.ClassNotFoundException: ti.modules.titanium.ui.EmailDialogProxy | |
03-13 19:12:15.046: ERROR/TiModule(5718): at java.lang.Class.classForName(Native Method) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at java.lang.Class.forName(Class.java:237) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at java.lang.Class.forName(Class.java:183) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.appcelerator.titanium.TiModule.createProxy(TiModule.java:39) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at java.lang.reflect.Method.invokeNative(Native Method) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at java.lang.reflect.Method.invoke(Method.java:521) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.appcelerator.titanium.kroll.KrollMethod.call(KrollMethod.java:84) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.mozilla.javascript.Interpreter.interpretLoop(Unknown Source) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.mozilla.javascript.Interpreter.interpret(Unknown Source) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.mozilla.javascript.InterpretedFunction.call(Unknown Source) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.mozilla.javascript.ContextFactory.doTopCall(Unknown Source) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.mozilla.javascript.ScriptRuntime.doTopCall(Unknown Source) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.mozilla.javascript.InterpretedFunction.call(Unknown Source) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at org.appcelerator.titanium.kroll.KrollCallback$1.run(KrollCallback.java:56) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at android.os.Handler.handleCallback(Handler.java:587) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at android.os.Handler.dispatchMessage(Handler.java:92) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at android.os.Looper.loop(Looper.java:123) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at android.os.HandlerThread.run(HandlerThread.java:60) | |
03-13 19:12:15.046: ERROR/TiModule(5718): Caused by: java.lang.NoClassDefFoundError: ti.modules.titanium.ui.EmailDialogProxy | |
03-13 19:12:15.046: ERROR/TiModule(5718): ... 18 more | |
03-13 19:12:15.046: ERROR/TiModule(5718): Caused by: java.lang.ClassNotFoundException: ti.modules.titanium.ui.EmailDialogProxy in loader dalvik.system.PathClassLoader@432bb690 | |
03-13 19:12:15.046: ERROR/TiModule(5718): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at java.lang.ClassLoader.loadClass(ClassLoader.java:573) | |
03-13 19:12:15.046: ERROR/TiModule(5718): at java.lang.ClassLoader.loadClass(ClassLoader.java:532) | |
03-13 19:12:15.046: ERROR/TiModule(5718): ... 18 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment