Skip to content

Dataset Issue #2

@aashsach

Description

@aashsach

The file api_10.csv has the following columns:

"apk";"uid";"type";"callback";"api";"sensitive";"apitype";"category";"depth";"declaringClass"

Line 22 of the file is a correct entry:

"com.musicplayer.player.mp3player.white.apk";"2131689606";"Button";"<com.musicplayer.player.mp3player.white.activity.o: void onClick(android.view.View)>";"INTENT.<android.provider.MediaStore$Images$Media:.android.intent.action.PICK";"NON_SENSITIVE";"INTENT";"IMPLICIT_INTENT";"1";"com.musicplayer.player.mp3player.white.activity.Activity_edit_albumart"

But, in contrast, take a look at line 23:

"com.musicplayer.player.mp3player.white.apk";"com.musicplayer.player.mp3player.white.cutter.AudioEditor";"ActivityLifecycleMethod";"<com.musicplayer.player.mp3player.white.cutter.AudioEditor: void onResume()>";"<android.app.Activity: android.view.Window getWindow()>";"NON_SENSITIVE";"NORMAL";"NO_CATEGORY";"2";

This entry has a value of com.musicplayer.player.mp3player.white.cutter.AudioEditor for the column uid and a total of 9 values, while the number of columns above is 10.

Is there something wrong with this file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions