Skip to content

Question on TraceDroidEmailSender #18

@fedetony

Description

@fedetony

you override Oncreate the function here:
android/src/main/java/org/ligi/blexplorer/App.java
@Override public void onCreate() { TraceDroid.init(this); super.onCreate();
Then in android/src/main/java/org/ligi/blexplorer/scan/DeviceListActivity.kt (line 60)

override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) TraceDroidEmailSender.sendStackTraces("ligi@ligi.de", this)

Why are you sending track id information of the device to an email address on App creation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions