cuplv / TraceRunner

Tool for generating dynamic traces of android applications.
3 stars 0 forks source link

Null pointer exception in the trace projection #1

Closed smover closed 8 years ago

smover commented 8 years ago

Trace runner reports a null pointer exception when projecting traces

'''Exception in thread "main" java.lang.NullPointerException at edu.colorado.plv.DataProjection.isDataRelevantEvent(DataProjection.java:473) at edu.colorado.plv.DataProjection.eventToJson(DataProjection.java:505) at edu.colorado.plv.DataProjection.writeJsonObject(DataProjection.java:558) at edu.colorado.plv.TraceRunner.main(TraceRunner.java:35)'''

To reproduce the error unzip the archive and run trace runner as follows: 'java -jar TraceRunner-all-2.0.jar dataProjJson /tr_bug/appproto/li.klass.fhemli.klass.fhem.activities.StartupActivity144943930606.proto li.klass.* /tr_bug/appbug'

Where is the directory where the zip was extracted. tr_bug.zip