On Jan 26, 7:11 pm, EricWang <[email protected]> wrote: > How can I enable assert statement on Android? > I have referred to a > url:http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=d... > and done what it said: adb shell setprop dalvik.vm.enableassertions > all
Did you stop/start the app framework after making the property change? (There are some general instructions at the top of that document -- the property change doesn't affect anything until the runtime is restarted.) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

