<div dir="ltr">Hi Aleksander ,<div>    We want to add debug option ad build time only ,  How we can add these debug option while build time only  on yocto build side ?   </div><div>    ModemManager package is in meta-openembedded layer .</div><div><br></div><div>    build platform :- yocto</div><div> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 7, 2020 at 7:09 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>
The --debug option gives you 2 things: debug log and AT command<br>
support via the Command() API.<br>
<br>
The mmcli -G DEBUG option only changes the debug log level.<br>
<br>
If you need the AT command support via Command() you need either the<br>
--debug option as you were using, or otherwise make sure you build<br>
ModemManager using the --with-at-command-via-dbus configure option<br>
<br>
On Mon, Dec 7, 2020 at 11:18 AM NIKHIL PATIL <<a href="mailto:nikhilvp29@gmail.com" target="_blank">nikhilvp29@gmail.com</a>> wrote:<br>
><br>
> Hi ,<br>
>  I tried to enable using    " mmcli -G DEBUG "  it come successfully enable debug logging level .<br>
>   but , when we run AT command using mmcli we are getting same error as before (error :- modemmanager should in debug mode ).<br>
>   how we can proceed on these ?<br>
><br>
> On Sun, Dec 6, 2020 at 1:17 PM Aleksander Morgado <<a href="mailto:aleksander@aleksander.es" target="_blank">aleksander@aleksander.es</a>> wrote:<br>
>><br>
>> 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>
<br>
<br>
<br>
-- <br>
Aleksander<br>
<a href="https://aleksander.es" rel="noreferrer" target="_blank">https://aleksander.es</a><br>
</blockquote></div>