[PROTO] string size limitation 56/20256/1
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Tue, 29 Apr 2014 14:52:10 +0000 (18:52 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Tue, 29 Apr 2014 14:52:10 +0000 (18:52 +0400)
commitf11ea9118f33326e5267c2c213626394f41ce765
treec212d48540747d2b078dc50de171c22b66dbc108
parentabbc43305cb69c5e559696f64d4844d292c4a7ad
[PROTO] string size limitation

column          limit         description
File path       4K or ByFile  either in function argument or as protocol value
Shader sources  4K or ByFile  glGetShaderSource and glGetShaderiv probes
Http contents   1024 bytes
string type
arguments       256 bytes     there is not any case of string type yet

Change-Id: I4c5a940ae7f7d4831d41d226e701fd548cfa1777
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
include/binproto.h
probe_file/da_io_posix.c
probe_file/da_io_stdc.c
probe_graphics/da_gles20.h
probe_socket/da_socket.h
probe_tizenapi/tizen_file.cpp