when I tried to Set system property for andriod 6.00 I got this message. I know that is not accept more than 32 characters but I need to bypass this limitation. My experiment should take any length of app name.
$ setprop com.example.shalidalkhaffabi.headerparser LD_PRELOAD=/data/local/tmp/libpreload.so
After I press Enter I got :
setprop: name 'com.example.shalidalkhaffabi.headerparser' too long; try 'com.example.shalidalkhaffabi.he'
Any Idea?