<div dir="ltr"><div>Hi ,</div> I tried to enable using    " mmcli -G DEBUG "  it come successfully enable debug logging level .<div>  but , when we run AT command using mmcli we are getting same error as before (error :- modemmanager should in debug mode ).</div><div>  how we can proceed on these ?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 6, 2020 at 1:17 PM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es">aleksander@aleksander.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hey<br>
<br>
>     After board boots we are changing the ModeManger.service as (ExecStart=/usr/sbin/ModemManager --debug)<br>
> but that is not good practice.<br>
><br>
>     How We can run ModemManager in debug mode while compiling yocto image itself ?<br>
>     build platform = yocto<br>
<br>
The --debug option gives you 2 things: debug log and AT command<br>
support via the Command() API.<br>
<br>
If it's a change you require always by default in all your builds, you<br>
could patch the ModemManager recipe to modify the service file to add<br>
the --debug.<br>
<br>
If you need to enable the debug log only sometimes during runtime, you<br>
could use "mmcli -G DEBUG" to change the daemon logging level.<br>
<br>
If what you need is to unconditionally have AT command support via the<br>
Command() API always, you can modify the ModemManager recipe to<br>
configure the build with the --with-at-command-via-dbus option, that<br>
will enable that API by default regardless of whether --debug is used<br>
during runtime or not.<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>