Disabler icon indicating copy to clipboard operation
Disabler copied to clipboard

Logger is not working on Android 4.2.1

Open hewu2008 opened this issue 10 years ago • 1 comments

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 avatar Aug 14 '14 03:08 hewu2008

@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.

miktam avatar Oct 11 '14 21:10 miktam