mirror of
https://github.com/revanced/smali.git
synced 2025-05-05 00:54:25 +02:00
Add a possible cause to the error message when one of the classes for superclass lookup cannot be found
git-svn-id: https://smali.googlecode.com/svn/trunk@486 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
3cf2781481
commit
6de675fc3d
@ -642,7 +642,7 @@ int main(int argc, char* const argv[])
|
|||||||
|
|
||||||
if (clazz1 == NULL)
|
if (clazz1 == NULL)
|
||||||
{
|
{
|
||||||
fprintf(clientOut, "err: class %s could not be found for common superclass lookup\n", classType1);
|
fprintf(clientOut, "err: class %s could not be found for common superclass lookup. This can be caused if a library the odex depends on is not in the BOOTCLASSPATH environment variable\n", classType1);
|
||||||
fflush(clientOut);
|
fflush(clientOut);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user