On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Anyone dig into OD internals?

 

 

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.