Hi Erel. I see that if i have this code Java into AAR / JAR example:
i can this Log if i uncheck "Filter" in Log Windows ( but i see a lot things there without filter )
Is is possible add that i can see this Log in windows Log in another way ?
Thank you
Marco
.....
try
{
if (localFile.mkdir()) {
Log.d(TAG, localFile.toString() + " created!");
}
}
......
i can this Log if i uncheck "Filter" in Log Windows ( but i see a lot things there without filter )
Is is possible add that i can see this Log in windows Log in another way ?
Thank you
Marco