Hi,
I added the start and stop tracing calls to get the preloadClasses time.
Debug.startMethodTracing("/data/trake");
Log.i(TAG, "!@beginofpreloadClasses()");
preloadClasses();
Log.i(TAG, "!@endofpreloadClasses()");
Debug.stopMethodTracing();But i am getting this error: C:\Documents and Settings\test>traceview c:\preloadclss.trace Exception in thread "main" java.lang.OutOfMemoryError: Java heap space Can anyone tell me how to resolve this and get the traceview. -- regards yadav -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
