mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
feat: add helpful message if CantFindFrameworkResException is thrown
This commit is contained in:
parent
192f9cb627
commit
a6138f3be4
@ -27,5 +27,10 @@ public class CantFindFrameworkResException extends AndrolibException {
|
||||
return mPkgId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return String.format("Can't find framework resources for package of id: %d", this.getPkgId());
|
||||
}
|
||||
|
||||
private final int mPkgId;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user