help how to display realtime logs to paragraph1
here is my code:
mtklogs = TextFile.ReadToString("AutoPlay\\Docs\\logs\\mtk.l og");
Paragraph.SetText("Paragraph1", mtklogs);
it display but not in realtime logs
i want to run example.
--flashing boot
-- this is the cmd
python.exe mtkclient\mtk w boot.img
then i want the logs to display in my Paragraph1 in realtime.
here is my code:
mtklogs = TextFile.ReadToString("AutoPlay\\Docs\\logs\\mtk.l og");
Paragraph.SetText("Paragraph1", mtklogs);
it display but not in realtime logs
i want to run example.
--flashing boot
-- this is the cmd
python.exe mtkclient\mtk w boot.img
then i want the logs to display in my Paragraph1 in realtime.
Comment