One of my co workers put odng.jar & baseadapter.jar into a Java decompiler. Found a couple interesting things we would like to know a little more about.
There is a target called <targetCustom> no clue how to use it.
Also we noticed some extra debugging, would like to turn it on. Looked like it was controlled with a variable
var kDEBUG=false;
I was hoping that meant a OD command variable -k DEBUG=true, but no go.
Curious if anyone else played with it.