liujiakuoyx / leak_detector

flutter memory leak detector.
BSD 2-Clause "Simplified" License
133 stars 24 forks source link

how to set --no-dds in add-to-app #8

Closed shingohu closed 2 years ago

shingohu commented 2 years ago

Add the --disable-dds parameter after flutter run to turn off the DDS. After testing, this will not cause any impact on debugging

My flutter module is add-to-app,so how can i set --no-dds

liujiakuoyx commented 2 years ago

Please try to see if flutter build aar supports the --no-dds argument

liujiakuoyx commented 2 years ago

flutter build dds are not enabled by default, so you don't need to add any arguments. flutter attach supports adding the --no-dds argument. image