lambdanative icon indicating copy to clipboard operation
lambdanative copied to clipboard

profiling lambdanative apps

Open wizzard0 opened this issue 6 years ago • 2 comments

If I install the the LNHealth telePORT app from appstore, both on iOS and Android, and start to rapidly type a long message in messaging (first tab), it seems to become very laggy and jerky.

How do I diagnose issues like these with my apps?

wizzard0 avatar Jan 08 '19 18:01 wizzard0

repro video: https://www.youtube.com/watch?v=OEQQqWHGoTQ&feature=youtu.be

wizzard0 avatar Jan 08 '19 18:01 wizzard0

Great question - I don't know if the problem is related to the keypad widget or it being embedded in the chat widget but I would start by adding logging code to their *-input or *-draw events. Actual app profiling is supported a different way but that might not necessarily apply here.

mgorges avatar Jan 08 '19 19:01 mgorges