Access tinydb inside extension developement

Yes, you can use it.

To get logs for specific tag, run this command:

adb logcat -s TagName
3 Likes
adb logcat -s System.out

System.err, System.out

Since when? Someone needs to explain this to me.

Give it a try, you will understand.

It doesn't compile for me :confused: It never worked.

Currently I am Using .


@SimpleFunction(description = "TesterMethod")
public String tesTing(String txt) {
testingTxt = testingTxt + "\n" + txt;
return testingTxt;
}

This will Work While Runtime .
I am Using Linux Mint OS.

Sometimes I don't see Log.d() output in logcat so I always use it in conjugation with System.out.

2 Likes

4 posts were split to a new topic: I want to run some Extension Methods in Synchronous Task

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.