So, how an obfuscated stacktrace from an application shrunk by Proguard is like? Take a look at the following examples: Stacktrace with out Proguard: Stacktrace with standard Proguard configuration: Stacktrace with some options for useful obfuscated stacktraces Proguard configuration: -printmapping out.map -renamesourcefileattribute SourceFile -keepattributes SourceFile,LineNumberTable
When using proguard with your Android project, you may face the following proguard error: Fortunately, this error has been fixed at the latest proguard release (4.7), but the Android SDK still uses a previous version. So all you have to do, it to download the latest proguard version from here, unzip it and copy paste [...]
I May Not Be There Yet But I Am Closer Than I Was Yesterday
I love statistics. I love them even more if they are like this one: Check it live here! (the statistics are updated every hour, the page refreshes every five minutes. Really impressive stats for GreekAndroidApps.gr application, 5.038 unique users & 7.118 applications that have been downloaded from our app in 2 weeks! I have written [...]
There is an easy and quick way to find duplicate values in a MySQL table. You can use this query: