Disabler
Disabler copied to clipboard
Logger is not working on Android 4.2.1
After remove abstract
keyword from Logger.aj file, rebuild and install on Android 4.2.1, there's no log for any method.
Log.i(TAG, "Enter " + sig.getName() + " with params: " + Arrays.asList(params));
this Log can't be found.
@hewu2008, you are right, newer version of ADT with latests Android does not allow the aspect code to be injected. I believe instead of investing time into fixing it for Eclipse, it's better to move towards Android Studio (so, IDEA IDE), that's the plan for a version 2.0.