-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Concat constants #1014
Comments
@bagipro sure this can be implemented. |
@skylot |
@skylot Class public java.lang.String toString() {
return "Event Buffer Settings:" + " -Buffer Time: " + this.mBufferTimeMilliseconds + "ms";
} And with int, class android.util.Log.i(str, "Decoding version " + readInt2 + " AntContinuousScanController parcel with version " + 1 + " parser."); |
Done. |
@skylot |
Describe your idea:
Sometimes I see code such as
Is that possible to implement a flag (or do it by default) to merge such constants? So after decompilation it would be
The text was updated successfully, but these errors were encountered: