Closed knewbury01 closed 3 years ago
Your cg option doesn’t look right for me
You can ignore the resolution error with -ignore-resolving-Levels
The error still occurs even with the cg option omitted (I admit its a bit weird, but its for a bit of an odd use case).
But ! The -ignore-resolving-levels
option definitely allows Soot to complete its run, thanks! I was not aware of that option, I only tried -ire
previously. Thanks!
Im not entirely sure this is an error, but to me the behaviour is unexpected.
Replication details:
Failure stack trace:
Bug details:
Reasons why I think this is a bug:
android.os.Handler
available to the analysis environment. That doesn't really make sense, and one should not have to go get that class to perform something that is simply Java (not Android) analysisWhat I am unsure about:
android.os.Handler
to be on the classpath for this specific case! Thanks!